Shades of Lime Green #39D22C
Tints of Lime Green #39D22C
RGB
CMYK
RGB Variations
Color information
#39D22C (or 0x39D22C) is known color: Lime Green. HEX triplet: 39, D2 and 2C. RGB value is (57,210,44). Sum of RGB (Red+Green+Blue) = 57+210+44=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 210 (82.42% from 255 or 67.52% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 210 - color contains mainly: green. Hex color #39D22C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D22C is #C62DD3. Grayscale: #919191. Windows color (decimal): -12987860 or 2937401. OLE color: 2937401.
HSL color Cylindrical-coordinate representation of color #39D22C: hue angle of 115.3º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39D22C is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 210 | 44 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.18 |
| HSL | 115.3º | 0.65% | 0.5% | - |
| HSV(B) | 115.3º | 0.79% | 0.82% | - |
| XYZ | 25.19 | 47.14 | 10.16 | - |
| YUV | 145.33 | 70.81 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 210 | 44 | 0.73 | 0 | 0.79 | 0.18 | 115.3 | 0.65 | 0.5 |
| Hex | 39 | D2 | 2C | 49 | 0 | 4F | 12 | 73 | 41 | 32 |
| Octal | 71 | 322 | 54 | 111 | 0 | 117 | 22 | 163 | 101 | 62 |
| Binary | 111001 | 11010010 | 101100 | 1001001 | 0 | 1001111 | 10010 | 1110011 | 1000001 | 110010 |
Color Harmonies of #39D22C
Complementary color
Monochromatic Colors of #39D22C
Black with #39D22C
Text Example
Text Example
White with #39D22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D22C; }
p { color: rgb(57,210,44); }
H1.HeaderClassName
{
color: #39D22C;
}
.AnyTagClassName
{
color: #39D22C;
}
</style>
background-color css
<style>
a { background-color: #39D22C; }
a { background-color: rgb(57,210,44); }
div.DivClassName
{
background-color: #39D22C;
}
.BgClassName
{
background-color: #39D22C;
}
</style>
border-color css
<style>
span { border-color: #39D22C; }
span { border-color: rgb(57,210,44); }
td.TdClassName
{
border-color: #39D22C;
}
.TagClassName
{
border-color: #39D22C;
}
</style>