Shades of Kelly Green #30B917
Tints of Kelly Green #30B917
RGB
CMYK
RGB Variations
Color information
#30B917 (or 0x30B917) is known color: Kelly Green. HEX triplet: 30, B9 and 17. RGB value is (48,185,23). Sum of RGB (Red+Green+Blue) = 48+185+23=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 185 (72.66% from 255 or 72.27% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 185 - color contains mainly: green. Hex color #30B917 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30B917 is #CF46E8. Grayscale: #7E7E7E. Windows color (decimal): -13584105 or 1554736. OLE color: 1554736.
HSL color Cylindrical-coordinate representation of color #30B917: hue angle of 110.74º 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 #30B917 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 185 | 23 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.27 |
| HSL | 110.74º | 0.78% | 0.41% | - |
| HSV(B) | 110.74º | 0.88% | 0.73% | - |
| XYZ | 18.72 | 35.39 | 6.65 | - |
| YUV | 125.57 | 70.11 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 185 | 23 | 0.74 | 0 | 0.88 | 0.27 | 110.74 | 0.78 | 0.41 |
| Hex | 30 | B9 | 17 | 4A | 0 | 58 | 1B | 6F | 4E | 29 |
| Octal | 60 | 271 | 27 | 112 | 0 | 130 | 33 | 157 | 116 | 51 |
| Binary | 110000 | 10111001 | 10111 | 1001010 | 0 | 1011000 | 11011 | 1101111 | 1001110 | 101001 |
Color Harmonies of #30B917
Complementary color
Monochromatic Colors of #30B917
Black with #30B917
Text Example
Text Example
White with #30B917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B917; }
p { color: rgb(48,185,23); }
H1.HeaderClassName
{
color: #30B917;
}
.AnyTagClassName
{
color: #30B917;
}
</style>
background-color css
<style>
a { background-color: #30B917; }
a { background-color: rgb(48,185,23); }
div.DivClassName
{
background-color: #30B917;
}
.BgClassName
{
background-color: #30B917;
}
</style>
border-color css
<style>
span { border-color: #30B917; }
span { border-color: rgb(48,185,23); }
td.TdClassName
{
border-color: #30B917;
}
.TagClassName
{
border-color: #30B917;
}
</style>