Shades of Kelly Green #30C700
Tints of Kelly Green #30C700
RGB
CMYK
RGB Variations
Color information
#30C700 (or 0x30C700) is known color: Kelly Green. HEX triplet: 30, C7 and 00. RGB value is (48,199,0). Sum of RGB (Red+Green+Blue) = 48+199+0=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 199 (78.12% from 255 or 80.57% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 199 - color contains mainly: green. Hex color #30C700 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C700 is #CF38FF. Grayscale: #838383. Windows color (decimal): -13580544 or 50992. OLE color: 50992.
HSL color Cylindrical-coordinate representation of color #30C700: hue angle of 105.53º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30C700 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 199 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.22 |
| HSL | 105.53º | 1% | 0.39% | - |
| HSV(B) | 105.53º | 1% | 0.78% | - |
| XYZ | 21.64 | 41.48 | 6.86 | - |
| YUV | 131.17 | 53.97 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 199 | 0 | 0.76 | 0 | 1 | 0.22 | 105.53 | 1 | 0.39 |
| Hex | 30 | C7 | 0 | 4C | 0 | 64 | 16 | 6A | 64 | 27 |
| Octal | 60 | 307 | 0 | 114 | 0 | 144 | 26 | 152 | 144 | 47 |
| Binary | 110000 | 11000111 | 0 | 1001100 | 0 | 1100100 | 10110 | 1101010 | 1100100 | 100111 |
Color Harmonies of #30C700
Complementary color
Monochromatic Colors of #30C700
Black with #30C700
Text Example
Text Example
White with #30C700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C700; }
p { color: rgb(48,199,0); }
H1.HeaderClassName
{
color: #30C700;
}
.AnyTagClassName
{
color: #30C700;
}
</style>
background-color css
<style>
a { background-color: #30C700; }
a { background-color: rgb(48,199,0); }
div.DivClassName
{
background-color: #30C700;
}
.BgClassName
{
background-color: #30C700;
}
</style>
border-color css
<style>
span { border-color: #30C700; }
span { border-color: rgb(48,199,0); }
td.TdClassName
{
border-color: #30C700;
}
.TagClassName
{
border-color: #30C700;
}
</style>