Shades of Kelly Green #30C900
Tints of Kelly Green #30C900
RGB
CMYK
RGB Variations
Color information
#30C900 (or 0x30C900) is known color: Kelly Green. HEX triplet: 30, C9 and 00. RGB value is (48,201,0). Sum of RGB (Red+Green+Blue) = 48+201+0=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 201 (78.91% from 255 or 80.72% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 201 - color contains mainly: green. Hex color #30C900 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C900 is #CF36FF. Grayscale: #848484. Windows color (decimal): -13580032 or 51504. OLE color: 51504.
HSL color Cylindrical-coordinate representation of color #30C900: hue angle of 105.67º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30C900 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 201 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.21 |
| HSL | 105.67º | 1% | 0.39% | - |
| HSV(B) | 105.67º | 1% | 0.79% | - |
| XYZ | 22.11 | 42.4 | 7.02 | - |
| YUV | 132.34 | 53.31 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 201 | 0 | 0.76 | 0 | 1 | 0.21 | 105.67 | 1 | 0.39 |
| Hex | 30 | C9 | 0 | 4C | 0 | 64 | 15 | 6A | 64 | 27 |
| Octal | 60 | 311 | 0 | 114 | 0 | 144 | 25 | 152 | 144 | 47 |
| Binary | 110000 | 11001001 | 0 | 1001100 | 0 | 1100100 | 10101 | 1101010 | 1100100 | 100111 |
Color Harmonies of #30C900
Complementary color
Monochromatic Colors of #30C900
Black with #30C900
Text Example
Text Example
White with #30C900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C900; }
p { color: rgb(48,201,0); }
H1.HeaderClassName
{
color: #30C900;
}
.AnyTagClassName
{
color: #30C900;
}
</style>
background-color css
<style>
a { background-color: #30C900; }
a { background-color: rgb(48,201,0); }
div.DivClassName
{
background-color: #30C900;
}
.BgClassName
{
background-color: #30C900;
}
</style>
border-color css
<style>
span { border-color: #30C900; }
span { border-color: rgb(48,201,0); }
td.TdClassName
{
border-color: #30C900;
}
.TagClassName
{
border-color: #30C900;
}
</style>