Shades of Lime Green #39D22D
Tints of Lime Green #39D22D
RGB
CMYK
RGB Variations
Color information
#39D22D (or 0x39D22D) is known color: Lime Green. HEX triplet: 39, D2 and 2D. RGB value is (57,210,45). Sum of RGB (Red+Green+Blue) = 57+210+45=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 210 (82.42% from 255 or 67.31% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 210 - color contains mainly: green. Hex color #39D22D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D22D is #C62DD2. Grayscale: #919191. Windows color (decimal): -12987859 or 3002937. OLE color: 3002937.
HSL color Cylindrical-coordinate representation of color #39D22D: hue angle of 115.64º 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 #39D22D is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 210 | 45 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.18 |
| HSL | 115.64º | 0.65% | 0.5% | - |
| HSV(B) | 115.64º | 0.79% | 0.82% | - |
| XYZ | 25.21 | 47.15 | 10.26 | - |
| YUV | 145.44 | 71.31 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 210 | 45 | 0.73 | 0 | 0.79 | 0.18 | 115.64 | 0.65 | 0.5 |
| Hex | 39 | D2 | 2D | 49 | 0 | 4F | 12 | 74 | 41 | 32 |
| Octal | 71 | 322 | 55 | 111 | 0 | 117 | 22 | 164 | 101 | 62 |
| Binary | 111001 | 11010010 | 101101 | 1001001 | 0 | 1001111 | 10010 | 1110100 | 1000001 | 110010 |
Color Harmonies of #39D22D
Complementary color
Monochromatic Colors of #39D22D
Black with #39D22D
Text Example
Text Example
White with #39D22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D22D; }
p { color: rgb(57,210,45); }
H1.HeaderClassName
{
color: #39D22D;
}
.AnyTagClassName
{
color: #39D22D;
}
</style>
background-color css
<style>
a { background-color: #39D22D; }
a { background-color: rgb(57,210,45); }
div.DivClassName
{
background-color: #39D22D;
}
.BgClassName
{
background-color: #39D22D;
}
</style>
border-color css
<style>
span { border-color: #39D22D; }
span { border-color: rgb(57,210,45); }
td.TdClassName
{
border-color: #39D22D;
}
.TagClassName
{
border-color: #39D22D;
}
</style>