#35EF52

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

Shades of Lime Green #35EF52

Tints of Lime Green #35EF52

Color information

#35EF52 (or 0x35EF52) is unknown color: approx Lime Green. HEX triplet: 35, EF and 52. RGB value is (53,239,82). Sum of RGB (Red+Green+Blue) = 53+239+82=374 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.17% from 374); Green value is 239 (93.75% from 255 or 63.90% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 239 - color contains mainly: green. Hex color #35EF52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35EF52 is #CA10AD. Grayscale: #A5A5A5. Windows color (decimal): -13242542 or 5435189. OLE color: 5435189.

HSL color Cylindrical-coordinate representation of color #35EF52: hue angle of 129.35º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EF52 is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB5323982-
CMYK0.7800.660.06
HSL129.35º85.32%57.25%-
HSV(B)129.35º77.82%93.73%-
XYZ33.8663.118.38-
YUV165.4980.8847.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.17%
GREEN value IS 239 (93.75% from 255) = 63.90%
BLUE value IS 82 (32.42% from 255) = 21.93%
R=14.17%
G=63.90%
B=21.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal53239820.7800.660.06129.3585.3257.25
Hex35EF524E0426815539
Octal653571221160102620112571
Binary110101111011111010010100111001000010110100000011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,239,82); }

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

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

 a { background-color: rgb(53,239,82); }

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

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

 span { border-color: rgb(53,239,82); }

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