Shades of Kelly Green #32C30E
Tints of Kelly Green #32C30E
RGB
CMYK
RGB Variations
Color information
#32C30E (or 0x32C30E) is known color: Kelly Green. HEX triplet: 32, C3 and 0E. RGB value is (50,195,14). Sum of RGB (Red+Green+Blue) = 50+195+14=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 195 (76.56% from 255 or 75.29% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 195 - color contains mainly: green. Hex color #32C30E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32C30E is #CD3CF1. Grayscale: #838383. Windows color (decimal): -13450482 or 967474. OLE color: 967474.
HSL color Cylindrical-coordinate representation of color #32C30E: hue angle of 108.07º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #32C30E is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 195 | 14 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.24 |
| HSL | 108.07º | 0.87% | 0.41% | - |
| HSV(B) | 108.07º | 0.93% | 0.76% | - |
| XYZ | 20.91 | 39.74 | 6.98 | - |
| YUV | 131.01 | 61.96 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 195 | 14 | 0.74 | 0 | 0.93 | 0.24 | 108.07 | 0.87 | 0.41 |
| Hex | 32 | C3 | E | 4A | 0 | 5D | 18 | 6C | 57 | 29 |
| Octal | 62 | 303 | 16 | 112 | 0 | 135 | 30 | 154 | 127 | 51 |
| Binary | 110010 | 11000011 | 1110 | 1001010 | 0 | 1011101 | 11000 | 1101100 | 1010111 | 101001 |
Color Harmonies of #32C30E
Complementary color
Monochromatic Colors of #32C30E
Black with #32C30E
Text Example
Text Example
White with #32C30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C30E; }
p { color: rgb(50,195,14); }
H1.HeaderClassName
{
color: #32C30E;
}
.AnyTagClassName
{
color: #32C30E;
}
</style>
background-color css
<style>
a { background-color: #32C30E; }
a { background-color: rgb(50,195,14); }
div.DivClassName
{
background-color: #32C30E;
}
.BgClassName
{
background-color: #32C30E;
}
</style>
border-color css
<style>
span { border-color: #32C30E; }
span { border-color: rgb(50,195,14); }
td.TdClassName
{
border-color: #32C30E;
}
.TagClassName
{
border-color: #32C30E;
}
</style>