Shades of Lime Green #39DD35
Tints of Lime Green #39DD35
RGB
CMYK
RGB Variations
Color information
#39DD35 (or 0x39DD35) is known color: Lime Green. HEX triplet: 39, DD and 35. RGB value is (57,221,53). Sum of RGB (Red+Green+Blue) = 57+221+53=331 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.22% from 331); Green value is 221 (86.72% from 255 or 66.77% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 221 - color contains mainly: green. Hex color #39DD35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39DD35 is #C622CA. Grayscale: #999999. Windows color (decimal): -12985035 or 3530041. OLE color: 3530041.
HSL color Cylindrical-coordinate representation of color #39DD35: hue angle of 118.57º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39DD35 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 221 | 53 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.13 |
| HSL | 118.57º | 0.71% | 0.54% | - |
| HSV(B) | 118.57º | 0.76% | 0.87% | - |
| XYZ | 28.19 | 52.84 | 12.08 | - |
| YUV | 152.81 | 71.67 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 221 | 53 | 0.74 | 0 | 0.76 | 0.13 | 118.57 | 0.71 | 0.54 |
| Hex | 39 | DD | 35 | 4A | 0 | 4C | D | 77 | 47 | 36 |
| Octal | 71 | 335 | 65 | 112 | 0 | 114 | 15 | 167 | 107 | 66 |
| Binary | 111001 | 11011101 | 110101 | 1001010 | 0 | 1001100 | 1101 | 1110111 | 1000111 | 110110 |
Color Harmonies of #39DD35
Complementary color
Monochromatic Colors of #39DD35
Black with #39DD35
Text Example
Text Example
White with #39DD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DD35; }
p { color: rgb(57,221,53); }
H1.HeaderClassName
{
color: #39DD35;
}
.AnyTagClassName
{
color: #39DD35;
}
</style>
background-color css
<style>
a { background-color: #39DD35; }
a { background-color: rgb(57,221,53); }
div.DivClassName
{
background-color: #39DD35;
}
.BgClassName
{
background-color: #39DD35;
}
</style>
border-color css
<style>
span { border-color: #39DD35; }
span { border-color: rgb(57,221,53); }
td.TdClassName
{
border-color: #39DD35;
}
.TagClassName
{
border-color: #39DD35;
}
</style>