Shades of Kelly Green #30C110
Tints of Kelly Green #30C110
RGB
CMYK
RGB Variations
Color information
#30C110 (or 0x30C110) is known color: Kelly Green. HEX triplet: 30, C1 and 10. RGB value is (48,193,16). Sum of RGB (Red+Green+Blue) = 48+193+16=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 193 (75.78% from 255 or 75.10% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 193 - color contains mainly: green. Hex color #30C110 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C110 is #CF3EEF. Grayscale: #828282. Windows color (decimal): -13582064 or 1098032. OLE color: 1098032.
HSL color Cylindrical-coordinate representation of color #30C110: hue angle of 109.15º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30C110 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 193 | 16 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.24 |
| HSL | 109.15º | 0.85% | 0.41% | - |
| HSV(B) | 109.15º | 0.92% | 0.76% | - |
| XYZ | 20.38 | 38.81 | 6.91 | - |
| YUV | 129.47 | 63.96 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 193 | 16 | 0.75 | 0 | 0.92 | 0.24 | 109.15 | 0.85 | 0.41 |
| Hex | 30 | C1 | 10 | 4B | 0 | 5C | 18 | 6D | 55 | 29 |
| Octal | 60 | 301 | 20 | 113 | 0 | 134 | 30 | 155 | 125 | 51 |
| Binary | 110000 | 11000001 | 10000 | 1001011 | 0 | 1011100 | 11000 | 1101101 | 1010101 | 101001 |
Color Harmonies of #30C110
Complementary color
Monochromatic Colors of #30C110
Black with #30C110
Text Example
Text Example
White with #30C110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C110; }
p { color: rgb(48,193,16); }
H1.HeaderClassName
{
color: #30C110;
}
.AnyTagClassName
{
color: #30C110;
}
</style>
background-color css
<style>
a { background-color: #30C110; }
a { background-color: rgb(48,193,16); }
div.DivClassName
{
background-color: #30C110;
}
.BgClassName
{
background-color: #30C110;
}
</style>
border-color css
<style>
span { border-color: #30C110; }
span { border-color: rgb(48,193,16); }
td.TdClassName
{
border-color: #30C110;
}
.TagClassName
{
border-color: #30C110;
}
</style>