Shades of Lime Green #39D53F
Tints of Lime Green #39D53F
RGB
CMYK
RGB Variations
Color information
#39D53F (or 0x39D53F) is known color: Lime Green. HEX triplet: 39, D5 and 3F. RGB value is (57,213,63). Sum of RGB (Red+Green+Blue) = 57+213+63=333 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.12% from 333); Green value is 213 (83.59% from 255 or 63.96% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 213 - color contains mainly: green. Hex color #39D53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D53F is #C62AC0. Grayscale: #959595. Windows color (decimal): -12987073 or 4183353. OLE color: 4183353.
HSL color Cylindrical-coordinate representation of color #39D53F: hue angle of 122.31º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D53F is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 213 | 63 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.16 |
| HSL | 122.31º | 0.65% | 0.53% | - |
| HSV(B) | 122.31º | 0.73% | 0.84% | - |
| XYZ | 26.38 | 48.82 | 12.73 | - |
| YUV | 149.26 | 79.32 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 213 | 63 | 0.73 | 0 | 0.70 | 0.16 | 122.31 | 0.65 | 0.53 |
| Hex | 39 | D5 | 3F | 49 | 0 | 46 | 10 | 7A | 41 | 35 |
| Octal | 71 | 325 | 77 | 111 | 0 | 106 | 20 | 172 | 101 | 65 |
| Binary | 111001 | 11010101 | 111111 | 1001001 | 0 | 1000110 | 10000 | 1111010 | 1000001 | 110101 |
Color Harmonies of #39D53F
Complementary color
Monochromatic Colors of #39D53F
Black with #39D53F
Text Example
Text Example
White with #39D53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D53F; }
p { color: rgb(57,213,63); }
H1.HeaderClassName
{
color: #39D53F;
}
.AnyTagClassName
{
color: #39D53F;
}
</style>
background-color css
<style>
a { background-color: #39D53F; }
a { background-color: rgb(57,213,63); }
div.DivClassName
{
background-color: #39D53F;
}
.BgClassName
{
background-color: #39D53F;
}
</style>
border-color css
<style>
span { border-color: #39D53F; }
span { border-color: rgb(57,213,63); }
td.TdClassName
{
border-color: #39D53F;
}
.TagClassName
{
border-color: #39D53F;
}
</style>