#35EE3C

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

Shades of Lime Green #35EE3C

Tints of Lime Green #35EE3C

Color information

#35EE3C (or 0x35EE3C) is unknown color: approx Lime Green. HEX triplet: 35, EE and 3C. RGB value is (53,238,60). Sum of RGB (Red+Green+Blue) = 53+238+60=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 238 (93.36% from 255 or 67.81% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 238 - color contains mainly: green. Hex color #35EE3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35EE3C is #CA11C3. Grayscale: #A2A2A2. Windows color (decimal): -13242820 or 3993141. OLE color: 3993141.

HSL color Cylindrical-coordinate representation of color #35EE3C: hue angle of 122.27º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EE3C is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB5323860-
CMYK0.7800.750.07
HSL122.27º84.47%57.06%-
HSV(B)122.27º77.73%93.33%-
XYZ32.8662.2314.56-
YUV162.3970.2149.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.10%
GREEN value IS 238 (93.36% from 255) = 67.81%
BLUE value IS 60 (23.83% from 255) = 17.09%
R=15.10%
G=67.81%
B=17.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal53238600.7800.750.07122.2784.4757.06
Hex35EE3C4E04B77a5439
Octal65356741160113717212471
Binary1101011110111011110010011100100101111111110101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,238,60); }

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

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

 a { background-color: rgb(53,238,60); }

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

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

 span { border-color: rgb(53,238,60); }

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