Shades of Kelly Green #30C70A
Tints of Kelly Green #30C70A
RGB
CMYK
RGB Variations
Color information
#30C70A (or 0x30C70A) is known color: Kelly Green. HEX triplet: 30, C7 and 0A. RGB value is (48,199,10). Sum of RGB (Red+Green+Blue) = 48+199+10=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 199 (78.12% from 255 or 77.43% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 199 - color contains mainly: green. Hex color #30C70A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C70A is #CF38F5. Grayscale: #848484. Windows color (decimal): -13580534 or 706352. OLE color: 706352.
HSL color Cylindrical-coordinate representation of color #30C70A: hue angle of 107.94º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30C70A is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 199 | 10 | - |
| CMYK | 0.76 | 0 | 0.95 | 0.22 |
| HSL | 107.94º | 0.9% | 0.41% | - |
| HSV(B) | 107.94º | 0.95% | 0.78% | - |
| XYZ | 21.7 | 41.5 | 7.15 | - |
| YUV | 132.31 | 58.97 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 199 | 10 | 0.76 | 0 | 0.95 | 0.22 | 107.94 | 0.9 | 0.41 |
| Hex | 30 | C7 | A | 4C | 0 | 5F | 16 | 6C | 5A | 29 |
| Octal | 60 | 307 | 12 | 114 | 0 | 137 | 26 | 154 | 132 | 51 |
| Binary | 110000 | 11000111 | 1010 | 1001100 | 0 | 1011111 | 10110 | 1101100 | 1011010 | 101001 |
Color Harmonies of #30C70A
Complementary color
Monochromatic Colors of #30C70A
Black with #30C70A
Text Example
Text Example
White with #30C70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C70A; }
p { color: rgb(48,199,10); }
H1.HeaderClassName
{
color: #30C70A;
}
.AnyTagClassName
{
color: #30C70A;
}
</style>
background-color css
<style>
a { background-color: #30C70A; }
a { background-color: rgb(48,199,10); }
div.DivClassName
{
background-color: #30C70A;
}
.BgClassName
{
background-color: #30C70A;
}
</style>
border-color css
<style>
span { border-color: #30C70A; }
span { border-color: rgb(48,199,10); }
td.TdClassName
{
border-color: #30C70A;
}
.TagClassName
{
border-color: #30C70A;
}
</style>