Shades of Lime Green #39DC4A
Tints of Lime Green #39DC4A
RGB
CMYK
RGB Variations
Color information
#39DC4A (or 0x39DC4A) is known color: Lime Green. HEX triplet: 39, DC and 4A. RGB value is (57,220,74). Sum of RGB (Red+Green+Blue) = 57+220+74=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 220 (86.33% from 255 or 62.68% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 220 - color contains mainly: green. Hex color #39DC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39DC4A is #C623B5. Grayscale: #9B9B9B. Windows color (decimal): -12985270 or 4906041. OLE color: 4906041.
HSL color Cylindrical-coordinate representation of color #39DC4A: hue angle of 126.26º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DC4A is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 220 | 74 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.14 |
| HSL | 126.26º | 0.7% | 0.54% | - |
| HSV(B) | 126.26º | 0.74% | 0.86% | - |
| XYZ | 28.52 | 52.55 | 15.12 | - |
| YUV | 154.62 | 82.5 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 220 | 74 | 0.74 | 0 | 0.66 | 0.14 | 126.26 | 0.7 | 0.54 |
| Hex | 39 | DC | 4A | 4A | 0 | 42 | E | 7E | 46 | 36 |
| Octal | 71 | 334 | 112 | 112 | 0 | 102 | 16 | 176 | 106 | 66 |
| Binary | 111001 | 11011100 | 1001010 | 1001010 | 0 | 1000010 | 1110 | 1111110 | 1000110 | 110110 |
Color Harmonies of #39DC4A
Complementary color
Monochromatic Colors of #39DC4A
Black with #39DC4A
Text Example
Text Example
White with #39DC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DC4A; }
p { color: rgb(57,220,74); }
H1.HeaderClassName
{
color: #39DC4A;
}
.AnyTagClassName
{
color: #39DC4A;
}
</style>
background-color css
<style>
a { background-color: #39DC4A; }
a { background-color: rgb(57,220,74); }
div.DivClassName
{
background-color: #39DC4A;
}
.BgClassName
{
background-color: #39DC4A;
}
</style>
border-color css
<style>
span { border-color: #39DC4A; }
span { border-color: rgb(57,220,74); }
td.TdClassName
{
border-color: #39DC4A;
}
.TagClassName
{
border-color: #39DC4A;
}
</style>