Shades of Kelly Green #30AA11
Tints of Kelly Green #30AA11
RGB
CMYK
RGB Variations
Color information
#30AA11 (or 0x30AA11) is known color: Kelly Green. HEX triplet: 30, AA and 11. RGB value is (48,170,17). Sum of RGB (Red+Green+Blue) = 48+170+17=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 170 (66.80% from 255 or 72.34% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 170 - color contains mainly: green. Hex color #30AA11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30AA11 is #CF55EE. Grayscale: #747474. Windows color (decimal): -13587951 or 1157680. OLE color: 1157680.
HSL color Cylindrical-coordinate representation of color #30AA11: hue angle of 107.84º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30AA11 is Cyan = 0.72, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 170 | 17 | - |
| CMYK | 0.72 | 0 | 0.9 | 0.33 |
| HSL | 107.84º | 0.82% | 0.37% | - |
| HSV(B) | 107.84º | 0.9% | 0.67% | - |
| XYZ | 15.69 | 29.42 | 5.38 | - |
| YUV | 116.08 | 72.08 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 170 | 17 | 0.72 | 0 | 0.9 | 0.33 | 107.84 | 0.82 | 0.37 |
| Hex | 30 | AA | 11 | 48 | 0 | 5A | 21 | 6C | 52 | 25 |
| Octal | 60 | 252 | 21 | 110 | 0 | 132 | 41 | 154 | 122 | 45 |
| Binary | 110000 | 10101010 | 10001 | 1001000 | 0 | 1011010 | 100001 | 1101100 | 1010010 | 100101 |
Color Harmonies of #30AA11
Complementary color
Monochromatic Colors of #30AA11
Black with #30AA11
Text Example
Text Example
White with #30AA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AA11; }
p { color: rgb(48,170,17); }
H1.HeaderClassName
{
color: #30AA11;
}
.AnyTagClassName
{
color: #30AA11;
}
</style>
background-color css
<style>
a { background-color: #30AA11; }
a { background-color: rgb(48,170,17); }
div.DivClassName
{
background-color: #30AA11;
}
.BgClassName
{
background-color: #30AA11;
}
</style>
border-color css
<style>
span { border-color: #30AA11; }
span { border-color: rgb(48,170,17); }
td.TdClassName
{
border-color: #30AA11;
}
.TagClassName
{
border-color: #30AA11;
}
</style>