#39EF52

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

Shades of Lime Green #39EF52

Tints of Lime Green #39EF52

Color information

#39EF52 (or 0x39EF52) is unknown color: approx Lime Green. HEX triplet: 39, EF and 52. RGB value is (57,239,82). Sum of RGB (Red+Green+Blue) = 57+239+82=378 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.08% from 378); Green value is 239 (93.75% from 255 or 63.23% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 239 - color contains mainly: green. Hex color #39EF52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #39EF52 is #C610AD. Grayscale: #A7A7A7. Windows color (decimal): -12980398 or 5435193. OLE color: 5435193.

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

Color convert

RGB5723982-
CMYK0.7600.660.06
HSL128.24º85.05%58.04%-
HSV(B)128.24º76.15%93.73%-
XYZ34.0863.2118.39-
YUV166.6880.249.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.08%
GREEN value IS 239 (93.75% from 255) = 63.23%
BLUE value IS 82 (32.42% from 255) = 21.69%
R=15.08%
G=63.23%
B=21.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal57239820.7600.660.06128.2485.0558.04
Hex39EF524C042680553a
Octal713571221140102620012572
Binary111001111011111010010100110001000010110100000001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39EF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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