Shades of Lime Green #39C324
Tints of Lime Green #39C324
RGB
CMYK
RGB Variations
Color information
#39C324 (or 0x39C324) is known color: Lime Green. HEX triplet: 39, C3 and 24. RGB value is (57,195,36). Sum of RGB (Red+Green+Blue) = 57+195+36=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 195 (76.56% from 255 or 67.71% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 195 - color contains mainly: green. Hex color #39C324 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C324 is #C63CDB. Grayscale: #888888. Windows color (decimal): -12991708 or 2409273. OLE color: 2409273.
HSL color Cylindrical-coordinate representation of color #39C324: hue angle of 112.08º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #39C324 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 195 | 36 | - |
| CMYK | 0.71 | 0 | 0.82 | 0.24 |
| HSL | 112.08º | 0.69% | 0.45% | - |
| HSV(B) | 112.08º | 0.82% | 0.76% | - |
| XYZ | 21.52 | 40.03 | 8.26 | - |
| YUV | 135.61 | 71.78 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 195 | 36 | 0.71 | 0 | 0.82 | 0.24 | 112.08 | 0.69 | 0.45 |
| Hex | 39 | C3 | 24 | 47 | 0 | 52 | 18 | 70 | 45 | 2D |
| Octal | 71 | 303 | 44 | 107 | 0 | 122 | 30 | 160 | 105 | 55 |
| Binary | 111001 | 11000011 | 100100 | 1000111 | 0 | 1010010 | 11000 | 1110000 | 1000101 | 101101 |
Color Harmonies of #39C324
Complementary color
Monochromatic Colors of #39C324
Black with #39C324
Text Example
Text Example
White with #39C324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C324; }
p { color: rgb(57,195,36); }
H1.HeaderClassName
{
color: #39C324;
}
.AnyTagClassName
{
color: #39C324;
}
</style>
background-color css
<style>
a { background-color: #39C324; }
a { background-color: rgb(57,195,36); }
div.DivClassName
{
background-color: #39C324;
}
.BgClassName
{
background-color: #39C324;
}
</style>
border-color css
<style>
span { border-color: #39C324; }
span { border-color: rgb(57,195,36); }
td.TdClassName
{
border-color: #39C324;
}
.TagClassName
{
border-color: #39C324;
}
</style>