Shades of Kelly Green #30C804
Tints of Kelly Green #30C804
RGB
CMYK
RGB Variations
Color information
#30C804 (or 0x30C804) is known color: Kelly Green. HEX triplet: 30, C8 and 04. RGB value is (48,200,4). Sum of RGB (Red+Green+Blue) = 48+200+4=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 200 (78.52% from 255 or 79.37% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 200 - color contains mainly: green. Hex color #30C804 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C804 is #CF37FB. Grayscale: #848484. Windows color (decimal): -13580284 or 313392. OLE color: 313392.
HSL color Cylindrical-coordinate representation of color #30C804: hue angle of 106.53º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30C804 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 200 | 4 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.22 |
| HSL | 106.53º | 0.96% | 0.4% | - |
| HSV(B) | 106.53º | 0.98% | 0.78% | - |
| XYZ | 21.9 | 41.95 | 7.06 | - |
| YUV | 132.21 | 55.64 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 200 | 4 | 0.76 | 0 | 0.98 | 0.22 | 106.53 | 0.96 | 0.4 |
| Hex | 30 | C8 | 4 | 4C | 0 | 62 | 16 | 6B | 60 | 28 |
| Octal | 60 | 310 | 4 | 114 | 0 | 142 | 26 | 153 | 140 | 50 |
| Binary | 110000 | 11001000 | 100 | 1001100 | 0 | 1100010 | 10110 | 1101011 | 1100000 | 101000 |
Color Harmonies of #30C804
Complementary color
Monochromatic Colors of #30C804
Black with #30C804
Text Example
Text Example
White with #30C804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C804; }
p { color: rgb(48,200,4); }
H1.HeaderClassName
{
color: #30C804;
}
.AnyTagClassName
{
color: #30C804;
}
</style>
background-color css
<style>
a { background-color: #30C804; }
a { background-color: rgb(48,200,4); }
div.DivClassName
{
background-color: #30C804;
}
.BgClassName
{
background-color: #30C804;
}
</style>
border-color css
<style>
span { border-color: #30C804; }
span { border-color: rgb(48,200,4); }
td.TdClassName
{
border-color: #30C804;
}
.TagClassName
{
border-color: #30C804;
}
</style>