Shades of Kelly Green #30C713
Tints of Kelly Green #30C713
RGB
CMYK
RGB Variations
Color information
#30C713 (or 0x30C713) is known color: Kelly Green. HEX triplet: 30, C7 and 13. RGB value is (48,199,19). Sum of RGB (Red+Green+Blue) = 48+199+19=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 199 (78.12% from 255 or 74.81% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 199 - color contains mainly: green. Hex color #30C713 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C713 is #CF38EC. Grayscale: #858585. Windows color (decimal): -13580525 or 1296176. OLE color: 1296176.
HSL color Cylindrical-coordinate representation of color #30C713: hue angle of 110.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30C713 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 199 | 19 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.22 |
| HSL | 110.33º | 0.83% | 0.43% | - |
| HSV(B) | 110.33º | 0.9% | 0.78% | - |
| XYZ | 21.76 | 41.52 | 7.48 | - |
| YUV | 133.33 | 63.47 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 199 | 19 | 0.76 | 0 | 0.90 | 0.22 | 110.33 | 0.83 | 0.43 |
| Hex | 30 | C7 | 13 | 4C | 0 | 5A | 16 | 6E | 53 | 2B |
| Octal | 60 | 307 | 23 | 114 | 0 | 132 | 26 | 156 | 123 | 53 |
| Binary | 110000 | 11000111 | 10011 | 1001100 | 0 | 1011010 | 10110 | 1101110 | 1010011 | 101011 |
Color Harmonies of #30C713
Complementary color
Monochromatic Colors of #30C713
Black with #30C713
Text Example
Text Example
White with #30C713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C713; }
p { color: rgb(48,199,19); }
H1.HeaderClassName
{
color: #30C713;
}
.AnyTagClassName
{
color: #30C713;
}
</style>
background-color css
<style>
a { background-color: #30C713; }
a { background-color: rgb(48,199,19); }
div.DivClassName
{
background-color: #30C713;
}
.BgClassName
{
background-color: #30C713;
}
</style>
border-color css
<style>
span { border-color: #30C713; }
span { border-color: rgb(48,199,19); }
td.TdClassName
{
border-color: #30C713;
}
.TagClassName
{
border-color: #30C713;
}
</style>