Shades of Lime Green #39CC3C
Tints of Lime Green #39CC3C
RGB
CMYK
RGB Variations
Color information
#39CC3C (or 0x39CC3C) is known color: Lime Green. HEX triplet: 39, CC and 3C. RGB value is (57,204,60). Sum of RGB (Red+Green+Blue) = 57+204+60=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 204 (80.08% from 255 or 63.55% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 204 - color contains mainly: green. Hex color #39CC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39CC3C is #C633C3. Grayscale: #909090. Windows color (decimal): -12989380 or 3984441. OLE color: 3984441.
HSL color Cylindrical-coordinate representation of color #39CC3C: hue angle of 121.22º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CC3C is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 204 | 60 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.2 |
| HSL | 121.22º | 0.59% | 0.51% | - |
| HSV(B) | 121.22º | 0.72% | 0.8% | - |
| XYZ | 24.1 | 44.38 | 11.57 | - |
| YUV | 143.63 | 80.8 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 204 | 60 | 0.72 | 0 | 0.71 | 0.2 | 121.22 | 0.59 | 0.51 |
| Hex | 39 | CC | 3C | 48 | 0 | 47 | 14 | 79 | 3B | 33 |
| Octal | 71 | 314 | 74 | 110 | 0 | 107 | 24 | 171 | 73 | 63 |
| Binary | 111001 | 11001100 | 111100 | 1001000 | 0 | 1000111 | 10100 | 1111001 | 111011 | 110011 |
Color Harmonies of #39CC3C
Complementary color
Monochromatic Colors of #39CC3C
Black with #39CC3C
Text Example
Text Example
White with #39CC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CC3C; }
p { color: rgb(57,204,60); }
H1.HeaderClassName
{
color: #39CC3C;
}
.AnyTagClassName
{
color: #39CC3C;
}
</style>
background-color css
<style>
a { background-color: #39CC3C; }
a { background-color: rgb(57,204,60); }
div.DivClassName
{
background-color: #39CC3C;
}
.BgClassName
{
background-color: #39CC3C;
}
</style>
border-color css
<style>
span { border-color: #39CC3C; }
span { border-color: rgb(57,204,60); }
td.TdClassName
{
border-color: #39CC3C;
}
.TagClassName
{
border-color: #39CC3C;
}
</style>