Shades of Kelly Green #30B711
Tints of Kelly Green #30B711
RGB
CMYK
RGB Variations
Color information
#30B711 (or 0x30B711) is known color: Kelly Green. HEX triplet: 30, B7 and 11. RGB value is (48,183,17). Sum of RGB (Red+Green+Blue) = 48+183+17=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 183 (71.88% from 255 or 73.79% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 183 - color contains mainly: green. Hex color #30B711 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30B711 is #CF48EE. Grayscale: #7C7C7C. Windows color (decimal): -13584623 or 1161008. OLE color: 1161008.
HSL color Cylindrical-coordinate representation of color #30B711: hue angle of 108.8º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30B711 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 183 | 17 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.28 |
| HSL | 108.8º | 0.83% | 0.39% | - |
| HSV(B) | 108.8º | 0.91% | 0.72% | - |
| XYZ | 18.25 | 34.54 | 6.23 | - |
| YUV | 123.71 | 67.77 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 183 | 17 | 0.74 | 0 | 0.91 | 0.28 | 108.8 | 0.83 | 0.39 |
| Hex | 30 | B7 | 11 | 4A | 0 | 5B | 1C | 6D | 53 | 27 |
| Octal | 60 | 267 | 21 | 112 | 0 | 133 | 34 | 155 | 123 | 47 |
| Binary | 110000 | 10110111 | 10001 | 1001010 | 0 | 1011011 | 11100 | 1101101 | 1010011 | 100111 |
Color Harmonies of #30B711
Complementary color
Monochromatic Colors of #30B711
Black with #30B711
Text Example
Text Example
White with #30B711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B711; }
p { color: rgb(48,183,17); }
H1.HeaderClassName
{
color: #30B711;
}
.AnyTagClassName
{
color: #30B711;
}
</style>
background-color css
<style>
a { background-color: #30B711; }
a { background-color: rgb(48,183,17); }
div.DivClassName
{
background-color: #30B711;
}
.BgClassName
{
background-color: #30B711;
}
</style>
border-color css
<style>
span { border-color: #30B711; }
span { border-color: rgb(48,183,17); }
td.TdClassName
{
border-color: #30B711;
}
.TagClassName
{
border-color: #30B711;
}
</style>