#35E33A

Color #35E33A Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #35E33A

Tints of Lime Green #35E33A

Color information

#35E33A (or 0x35E33A) is unknown color: approx Lime Green. HEX triplet: 35, E3 and 3A. RGB value is (53,227,58). Sum of RGB (Red+Green+Blue) = 53+227+58=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 227 (89.06% from 255 or 67.16% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 227 - color contains mainly: green. Hex color #35E33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E33A is #CA1CC5. Grayscale: #9C9C9C. Windows color (decimal): -13245638 or 3859253. OLE color: 3859253.

HSL color Cylindrical-coordinate representation of color #35E33A: hue angle of 121.72º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E33A is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB5322758-
CMYK0.7700.740.11
HSL121.72º75.65%54.9%-
HSV(B)121.72º76.65%89.02%-
XYZ29.75613.25-
YUV155.7172.8554.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 15.68%
GREEN value IS 227 (89.06% from 255) = 67.16%
BLUE value IS 58 (23.05% from 255) = 17.16%
R=15.68%
G=67.16%
B=17.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal53227580.7700.740.11121.7275.6554.9
Hex35E33A4D04AB7a4c37
Octal653437211501121317211467
Binary11010111100011111010100110101001010101111110101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35E33A; }

 p { color: rgb(53,227,58); }

 H1.HeaderClassName
 {
   color: #35E33A;
 }
 .AnyTagClassName
 {
   color: #35E33A;
 }
</style>
background-color css

<style>
 a { background-color: #35E33A; }

 a { background-color: rgb(53,227,58); }

 div.DivClassName
 {
   background-color: #35E33A;
 }
 .BgClassName
 {
   background-color: #35E33A;
 }
</style>
border-color css

<style>
 span { border-color: #35E33A; }

 span { border-color: rgb(53,227,58); }

 td.TdClassName
 {
   border-color: #35E33A;
 }
 .TagClassName
 {
   border-color: #35E33A;
 }
</style>