Shades of Kelly Green #30BA17
Tints of Kelly Green #30BA17
RGB
CMYK
RGB Variations
Color information
#30BA17 (or 0x30BA17) is known color: Kelly Green. HEX triplet: 30, BA and 17. RGB value is (48,186,23). Sum of RGB (Red+Green+Blue) = 48+186+23=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 186 (73.05% from 255 or 72.37% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30BA17 is #CF45E8. Grayscale: #7E7E7E. Windows color (decimal): -13583849 or 1554992. OLE color: 1554992.
HSL color Cylindrical-coordinate representation of color #30BA17: hue angle of 110.8º degrees, saturation: 0.78, 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 #30BA17 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 23 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.27 |
| HSL | 110.8º | 0.78% | 0.41% | - |
| HSV(B) | 110.8º | 0.88% | 0.73% | - |
| XYZ | 18.93 | 35.81 | 6.72 | - |
| YUV | 126.16 | 69.78 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 23 | 0.74 | 0 | 0.88 | 0.27 | 110.8 | 0.78 | 0.41 |
| Hex | 30 | BA | 17 | 4A | 0 | 58 | 1B | 6F | 4E | 29 |
| Octal | 60 | 272 | 27 | 112 | 0 | 130 | 33 | 157 | 116 | 51 |
| Binary | 110000 | 10111010 | 10111 | 1001010 | 0 | 1011000 | 11011 | 1101111 | 1001110 | 101001 |
Color Harmonies of #30BA17
Complementary color
Monochromatic Colors of #30BA17
Black with #30BA17
Text Example
Text Example
White with #30BA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA17; }
p { color: rgb(48,186,23); }
H1.HeaderClassName
{
color: #30BA17;
}
.AnyTagClassName
{
color: #30BA17;
}
</style>
background-color css
<style>
a { background-color: #30BA17; }
a { background-color: rgb(48,186,23); }
div.DivClassName
{
background-color: #30BA17;
}
.BgClassName
{
background-color: #30BA17;
}
</style>
border-color css
<style>
span { border-color: #30BA17; }
span { border-color: rgb(48,186,23); }
td.TdClassName
{
border-color: #30BA17;
}
.TagClassName
{
border-color: #30BA17;
}
</style>