Shades of Kelly Green #30C010
Tints of Kelly Green #30C010
RGB
CMYK
RGB Variations
Color information
#30C010 (or 0x30C010) is known color: Kelly Green. HEX triplet: 30, C0 and 10. RGB value is (48,192,16). Sum of RGB (Red+Green+Blue) = 48+192+16=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 192 (75.39% from 255 or 75% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 192 - color contains mainly: green. Hex color #30C010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C010 is #CF3FEF. Grayscale: #818181. Windows color (decimal): -13582320 or 1097776. OLE color: 1097776.
HSL color Cylindrical-coordinate representation of color #30C010: hue angle of 109.09º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30C010 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 192 | 16 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.25 |
| HSL | 109.09º | 0.85% | 0.41% | - |
| HSV(B) | 109.09º | 0.92% | 0.75% | - |
| XYZ | 20.16 | 38.37 | 6.83 | - |
| YUV | 128.88 | 64.29 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 16 | 0.75 | 0 | 0.92 | 0.25 | 109.09 | 0.85 | 0.41 |
| Hex | 30 | C0 | 10 | 4B | 0 | 5C | 19 | 6D | 55 | 29 |
| Octal | 60 | 300 | 20 | 113 | 0 | 134 | 31 | 155 | 125 | 51 |
| Binary | 110000 | 11000000 | 10000 | 1001011 | 0 | 1011100 | 11001 | 1101101 | 1010101 | 101001 |
Color Harmonies of #30C010
Complementary color
Monochromatic Colors of #30C010
Black with #30C010
Text Example
Text Example
White with #30C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C010; }
p { color: rgb(48,192,16); }
H1.HeaderClassName
{
color: #30C010;
}
.AnyTagClassName
{
color: #30C010;
}
</style>
background-color css
<style>
a { background-color: #30C010; }
a { background-color: rgb(48,192,16); }
div.DivClassName
{
background-color: #30C010;
}
.BgClassName
{
background-color: #30C010;
}
</style>
border-color css
<style>
span { border-color: #30C010; }
span { border-color: rgb(48,192,16); }
td.TdClassName
{
border-color: #30C010;
}
.TagClassName
{
border-color: #30C010;
}
</style>