Shades of Kelly Green #30C911
Tints of Kelly Green #30C911
RGB
CMYK
RGB Variations
Color information
#30C911 (or 0x30C911) is known color: Kelly Green. HEX triplet: 30, C9 and 11. RGB value is (48,201,17). Sum of RGB (Red+Green+Blue) = 48+201+17=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 201 (78.91% from 255 or 75.56% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 201 - color contains mainly: green. Hex color #30C911 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C911 is #CF36EE. Grayscale: #868686. Windows color (decimal): -13580015 or 1165616. OLE color: 1165616.
HSL color Cylindrical-coordinate representation of color #30C911: hue angle of 109.89º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30C911 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 201 | 17 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.21 |
| HSL | 109.89º | 0.84% | 0.43% | - |
| HSV(B) | 109.89º | 0.92% | 0.79% | - |
| XYZ | 22.21 | 42.44 | 7.55 | - |
| YUV | 134.28 | 61.81 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 201 | 17 | 0.76 | 0 | 0.92 | 0.21 | 109.89 | 0.84 | 0.43 |
| Hex | 30 | C9 | 11 | 4C | 0 | 5C | 15 | 6E | 54 | 2B |
| Octal | 60 | 311 | 21 | 114 | 0 | 134 | 25 | 156 | 124 | 53 |
| Binary | 110000 | 11001001 | 10001 | 1001100 | 0 | 1011100 | 10101 | 1101110 | 1010100 | 101011 |
Color Harmonies of #30C911
Complementary color
Monochromatic Colors of #30C911
Black with #30C911
Text Example
Text Example
White with #30C911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C911; }
p { color: rgb(48,201,17); }
H1.HeaderClassName
{
color: #30C911;
}
.AnyTagClassName
{
color: #30C911;
}
</style>
background-color css
<style>
a { background-color: #30C911; }
a { background-color: rgb(48,201,17); }
div.DivClassName
{
background-color: #30C911;
}
.BgClassName
{
background-color: #30C911;
}
</style>
border-color css
<style>
span { border-color: #30C911; }
span { border-color: rgb(48,201,17); }
td.TdClassName
{
border-color: #30C911;
}
.TagClassName
{
border-color: #30C911;
}
</style>