Shades of Kelly Green #30BB16
Tints of Kelly Green #30BB16
RGB
CMYK
RGB Variations
Color information
#30BB16 (or 0x30BB16) is known color: Kelly Green. HEX triplet: 30, BB and 16. RGB value is (48,187,22). Sum of RGB (Red+Green+Blue) = 48+187+22=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 187 (73.44% from 255 or 72.76% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 187 - color contains mainly: green. Hex color #30BB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30BB16 is #CF44E9. Grayscale: #7F7F7F. Windows color (decimal): -13583594 or 1489712. OLE color: 1489712.
HSL color Cylindrical-coordinate representation of color #30BB16: hue angle of 110.55º 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 #30BB16 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 187 | 22 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.27 |
| HSL | 110.55º | 0.79% | 0.41% | - |
| HSV(B) | 110.55º | 0.88% | 0.73% | - |
| XYZ | 19.13 | 36.23 | 6.74 | - |
| YUV | 126.63 | 68.95 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 187 | 22 | 0.74 | 0 | 0.88 | 0.27 | 110.55 | 0.79 | 0.41 |
| Hex | 30 | BB | 16 | 4A | 0 | 58 | 1B | 6F | 4F | 29 |
| Octal | 60 | 273 | 26 | 112 | 0 | 130 | 33 | 157 | 117 | 51 |
| Binary | 110000 | 10111011 | 10110 | 1001010 | 0 | 1011000 | 11011 | 1101111 | 1001111 | 101001 |
Color Harmonies of #30BB16
Complementary color
Monochromatic Colors of #30BB16
Black with #30BB16
Text Example
Text Example
White with #30BB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BB16; }
p { color: rgb(48,187,22); }
H1.HeaderClassName
{
color: #30BB16;
}
.AnyTagClassName
{
color: #30BB16;
}
</style>
background-color css
<style>
a { background-color: #30BB16; }
a { background-color: rgb(48,187,22); }
div.DivClassName
{
background-color: #30BB16;
}
.BgClassName
{
background-color: #30BB16;
}
</style>
border-color css
<style>
span { border-color: #30BB16; }
span { border-color: rgb(48,187,22); }
td.TdClassName
{
border-color: #30BB16;
}
.TagClassName
{
border-color: #30BB16;
}
</style>