Shades of Lime Green #39ED32
Tints of Lime Green #39ED32
RGB
CMYK
RGB Variations
Color information
#39ED32 (or 0x39ED32) is known color: Lime Green. HEX triplet: 39, ED and 32. RGB value is (57,237,50). Sum of RGB (Red+Green+Blue) = 57+237+50=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 237 (92.97% from 255 or 68.90% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 237 - color contains mainly: green. Hex color #39ED32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #39ED32 is #C612CD. Grayscale: #A2A2A2. Windows color (decimal): -12980942 or 3337529. OLE color: 3337529.
HSL color Cylindrical-coordinate representation of color #39ED32: hue angle of 117.75º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39ED32 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 237 | 50 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.07 |
| HSL | 117.75º | 0.84% | 0.56% | - |
| HSV(B) | 117.75º | 0.79% | 0.93% | - |
| XYZ | 32.55 | 61.67 | 13.21 | - |
| YUV | 161.86 | 64.87 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 237 | 50 | 0.76 | 0 | 0.79 | 0.07 | 117.75 | 0.84 | 0.56 |
| Hex | 39 | ED | 32 | 4C | 0 | 4F | 7 | 76 | 54 | 38 |
| Octal | 71 | 355 | 62 | 114 | 0 | 117 | 7 | 166 | 124 | 70 |
| Binary | 111001 | 11101101 | 110010 | 1001100 | 0 | 1001111 | 111 | 1110110 | 1010100 | 111000 |
Color Harmonies of #39ED32
Complementary color
Monochromatic Colors of #39ED32
Black with #39ED32
Text Example
Text Example
White with #39ED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39ED32; }
p { color: rgb(57,237,50); }
H1.HeaderClassName
{
color: #39ED32;
}
.AnyTagClassName
{
color: #39ED32;
}
</style>
background-color css
<style>
a { background-color: #39ED32; }
a { background-color: rgb(57,237,50); }
div.DivClassName
{
background-color: #39ED32;
}
.BgClassName
{
background-color: #39ED32;
}
</style>
border-color css
<style>
span { border-color: #39ED32; }
span { border-color: rgb(57,237,50); }
td.TdClassName
{
border-color: #39ED32;
}
.TagClassName
{
border-color: #39ED32;
}
</style>