Shades of Lime Green #39D64C
Tints of Lime Green #39D64C
RGB
CMYK
RGB Variations
Color information
#39D64C (or 0x39D64C) is known color: Lime Green. HEX triplet: 39, D6 and 4C. RGB value is (57,214,76). Sum of RGB (Red+Green+Blue) = 57+214+76=347 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.43% from 347); Green value is 214 (83.98% from 255 or 61.67% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 214 - color contains mainly: green. Hex color #39D64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D64C is #C629B3. Grayscale: #979797. Windows color (decimal): -12986804 or 5035577. OLE color: 5035577.
HSL color Cylindrical-coordinate representation of color #39D64C: hue angle of 127.26º degrees, saturation: 0.66, 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 #39D64C is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 214 | 76 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.16 |
| HSL | 127.26º | 0.66% | 0.53% | - |
| HSV(B) | 127.26º | 0.73% | 0.84% | - |
| XYZ | 27.04 | 49.48 | 14.96 | - |
| YUV | 151.33 | 85.49 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 214 | 76 | 0.73 | 0 | 0.64 | 0.16 | 127.26 | 0.66 | 0.53 |
| Hex | 39 | D6 | 4C | 49 | 0 | 40 | 10 | 7F | 42 | 35 |
| Octal | 71 | 326 | 114 | 111 | 0 | 100 | 20 | 177 | 102 | 65 |
| Binary | 111001 | 11010110 | 1001100 | 1001001 | 0 | 1000000 | 10000 | 1111111 | 1000010 | 110101 |
Color Harmonies of #39D64C
Complementary color
Monochromatic Colors of #39D64C
Black with #39D64C
Text Example
Text Example
White with #39D64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D64C; }
p { color: rgb(57,214,76); }
H1.HeaderClassName
{
color: #39D64C;
}
.AnyTagClassName
{
color: #39D64C;
}
</style>
background-color css
<style>
a { background-color: #39D64C; }
a { background-color: rgb(57,214,76); }
div.DivClassName
{
background-color: #39D64C;
}
.BgClassName
{
background-color: #39D64C;
}
</style>
border-color css
<style>
span { border-color: #39D64C; }
span { border-color: rgb(57,214,76); }
td.TdClassName
{
border-color: #39D64C;
}
.TagClassName
{
border-color: #39D64C;
}
</style>