Shades of Kelly Green #39C30C
Tints of Kelly Green #39C30C
RGB
CMYK
RGB Variations
Color information
#39C30C (or 0x39C30C) is known color: Kelly Green. HEX triplet: 39, C3 and 0C. RGB value is (57,195,12). Sum of RGB (Red+Green+Blue) = 57+195+12=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 195 (76.56% from 255 or 73.86% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 195 - color contains mainly: green. Hex color #39C30C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39C30C is #C63CF3. Grayscale: #858585. Windows color (decimal): -12991732 or 836409. OLE color: 836409.
HSL color Cylindrical-coordinate representation of color #39C30C: hue angle of 105.25º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #39C30C is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 195 | 12 | - |
| CMYK | 0.71 | 0 | 0.94 | 0.24 |
| HSL | 105.25º | 0.88% | 0.41% | - |
| HSV(B) | 105.25º | 0.94% | 0.76% | - |
| XYZ | 21.27 | 39.93 | 6.93 | - |
| YUV | 132.88 | 59.78 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 195 | 12 | 0.71 | 0 | 0.94 | 0.24 | 105.25 | 0.88 | 0.41 |
| Hex | 39 | C3 | C | 47 | 0 | 5E | 18 | 69 | 58 | 29 |
| Octal | 71 | 303 | 14 | 107 | 0 | 136 | 30 | 151 | 130 | 51 |
| Binary | 111001 | 11000011 | 1100 | 1000111 | 0 | 1011110 | 11000 | 1101001 | 1011000 | 101001 |
Color Harmonies of #39C30C
Complementary color
Monochromatic Colors of #39C30C
Black with #39C30C
Text Example
Text Example
White with #39C30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C30C; }
p { color: rgb(57,195,12); }
H1.HeaderClassName
{
color: #39C30C;
}
.AnyTagClassName
{
color: #39C30C;
}
</style>
background-color css
<style>
a { background-color: #39C30C; }
a { background-color: rgb(57,195,12); }
div.DivClassName
{
background-color: #39C30C;
}
.BgClassName
{
background-color: #39C30C;
}
</style>
border-color css
<style>
span { border-color: #39C30C; }
span { border-color: rgb(57,195,12); }
td.TdClassName
{
border-color: #39C30C;
}
.TagClassName
{
border-color: #39C30C;
}
</style>