Shades of Kelly Green #30AF16
Tints of Kelly Green #30AF16
RGB
CMYK
RGB Variations
Color information
#30AF16 (or 0x30AF16) is known color: Kelly Green. HEX triplet: 30, AF and 16. RGB value is (48,175,22). Sum of RGB (Red+Green+Blue) = 48+175+22=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 175 (68.75% from 255 or 71.43% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30AF16 is #CF50E9. Grayscale: #787878. Windows color (decimal): -13586666 or 1486640. OLE color: 1486640.
HSL color Cylindrical-coordinate representation of color #30AF16: hue angle of 109.8º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30AF16 is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 175 | 22 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.31 |
| HSL | 109.8º | 0.78% | 0.39% | - |
| HSV(B) | 109.8º | 0.87% | 0.69% | - |
| XYZ | 16.69 | 31.35 | 5.93 | - |
| YUV | 119.59 | 72.92 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 22 | 0.73 | 0 | 0.87 | 0.31 | 109.8 | 0.78 | 0.39 |
| Hex | 30 | AF | 16 | 49 | 0 | 57 | 1F | 6E | 4E | 27 |
| Octal | 60 | 257 | 26 | 111 | 0 | 127 | 37 | 156 | 116 | 47 |
| Binary | 110000 | 10101111 | 10110 | 1001001 | 0 | 1010111 | 11111 | 1101110 | 1001110 | 100111 |
Color Harmonies of #30AF16
Complementary color
Monochromatic Colors of #30AF16
Black with #30AF16
Text Example
Text Example
White with #30AF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AF16; }
p { color: rgb(48,175,22); }
H1.HeaderClassName
{
color: #30AF16;
}
.AnyTagClassName
{
color: #30AF16;
}
</style>
background-color css
<style>
a { background-color: #30AF16; }
a { background-color: rgb(48,175,22); }
div.DivClassName
{
background-color: #30AF16;
}
.BgClassName
{
background-color: #30AF16;
}
</style>
border-color css
<style>
span { border-color: #30AF16; }
span { border-color: rgb(48,175,22); }
td.TdClassName
{
border-color: #30AF16;
}
.TagClassName
{
border-color: #30AF16;
}
</style>