Shades of Kelly Green #30C200
Tints of Kelly Green #30C200
RGB
CMYK
RGB Variations
Color information
#30C200 (or 0x30C200) is known color: Kelly Green. HEX triplet: 30, C2 and 00. RGB value is (48,194,0). Sum of RGB (Red+Green+Blue) = 48+194+0=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 194 (76.17% from 255 or 80.17% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 194 - color contains mainly: green. Hex color #30C200 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C200 is #CF3DFF. Grayscale: #808080. Windows color (decimal): -13581824 or 49712. OLE color: 49712.
HSL color Cylindrical-coordinate representation of color #30C200: hue angle of 105.15º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30C200 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 194 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.24 |
| HSL | 105.15º | 1% | 0.38% | - |
| HSV(B) | 105.15º | 1% | 0.76% | - |
| XYZ | 20.51 | 39.21 | 6.49 | - |
| YUV | 128.23 | 55.63 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 194 | 0 | 0.75 | 0 | 1 | 0.24 | 105.15 | 1 | 0.38 |
| Hex | 30 | C2 | 0 | 4B | 0 | 64 | 18 | 69 | 64 | 26 |
| Octal | 60 | 302 | 0 | 113 | 0 | 144 | 30 | 151 | 144 | 46 |
| Binary | 110000 | 11000010 | 0 | 1001011 | 0 | 1100100 | 11000 | 1101001 | 1100100 | 100110 |
Color Harmonies of #30C200
Complementary color
Monochromatic Colors of #30C200
Black with #30C200
Text Example
Text Example
White with #30C200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C200; }
p { color: rgb(48,194,0); }
H1.HeaderClassName
{
color: #30C200;
}
.AnyTagClassName
{
color: #30C200;
}
</style>
background-color css
<style>
a { background-color: #30C200; }
a { background-color: rgb(48,194,0); }
div.DivClassName
{
background-color: #30C200;
}
.BgClassName
{
background-color: #30C200;
}
</style>
border-color css
<style>
span { border-color: #30C200; }
span { border-color: rgb(48,194,0); }
td.TdClassName
{
border-color: #30C200;
}
.TagClassName
{
border-color: #30C200;
}
</style>