Shades of Kelly Green #30B916
Tints of Kelly Green #30B916
RGB
CMYK
RGB Variations
Color information
#30B916 (or 0x30B916) is known color: Kelly Green. HEX triplet: 30, B9 and 16. RGB value is (48,185,22). Sum of RGB (Red+Green+Blue) = 48+185+22=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 185 (72.66% from 255 or 72.55% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 185 - color contains mainly: green. Hex color #30B916 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30B916 is #CF46E9. Grayscale: #7D7D7D. Windows color (decimal): -13584106 or 1489200. OLE color: 1489200.
HSL color Cylindrical-coordinate representation of color #30B916: hue angle of 110.43º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30B916 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 185 | 22 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.27 |
| HSL | 110.43º | 0.79% | 0.41% | - |
| HSV(B) | 110.43º | 0.88% | 0.73% | - |
| XYZ | 18.71 | 35.38 | 6.6 | - |
| YUV | 125.46 | 69.61 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 185 | 22 | 0.74 | 0 | 0.88 | 0.27 | 110.43 | 0.79 | 0.41 |
| Hex | 30 | B9 | 16 | 4A | 0 | 58 | 1B | 6E | 4F | 29 |
| Octal | 60 | 271 | 26 | 112 | 0 | 130 | 33 | 156 | 117 | 51 |
| Binary | 110000 | 10111001 | 10110 | 1001010 | 0 | 1011000 | 11011 | 1101110 | 1001111 | 101001 |
Color Harmonies of #30B916
Complementary color
Monochromatic Colors of #30B916
Black with #30B916
Text Example
Text Example
White with #30B916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B916; }
p { color: rgb(48,185,22); }
H1.HeaderClassName
{
color: #30B916;
}
.AnyTagClassName
{
color: #30B916;
}
</style>
background-color css
<style>
a { background-color: #30B916; }
a { background-color: rgb(48,185,22); }
div.DivClassName
{
background-color: #30B916;
}
.BgClassName
{
background-color: #30B916;
}
</style>
border-color css
<style>
span { border-color: #30B916; }
span { border-color: rgb(48,185,22); }
td.TdClassName
{
border-color: #30B916;
}
.TagClassName
{
border-color: #30B916;
}
</style>