Shades of Kelly Green #30C508
Tints of Kelly Green #30C508
RGB
CMYK
RGB Variations
Color information
#30C508 (or 0x30C508) is known color: Kelly Green. HEX triplet: 30, C5 and 08. RGB value is (48,197,8). Sum of RGB (Red+Green+Blue) = 48+197+8=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 197 (77.34% from 255 or 77.87% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 197 - color contains mainly: green. Hex color #30C508 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C508 is #CF3AF7. Grayscale: #838383. Windows color (decimal): -13581048 or 574768. OLE color: 574768.
HSL color Cylindrical-coordinate representation of color #30C508: hue angle of 107.3º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30C508 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 197 | 8 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.23 |
| HSL | 107.3º | 0.92% | 0.4% | - |
| HSV(B) | 107.3º | 0.96% | 0.77% | - |
| XYZ | 21.23 | 40.58 | 6.94 | - |
| YUV | 130.9 | 58.64 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 197 | 8 | 0.76 | 0 | 0.96 | 0.23 | 107.3 | 0.92 | 0.4 |
| Hex | 30 | C5 | 8 | 4C | 0 | 60 | 17 | 6B | 5C | 28 |
| Octal | 60 | 305 | 10 | 114 | 0 | 140 | 27 | 153 | 134 | 50 |
| Binary | 110000 | 11000101 | 1000 | 1001100 | 0 | 1100000 | 10111 | 1101011 | 1011100 | 101000 |
Color Harmonies of #30C508
Complementary color
Monochromatic Colors of #30C508
Black with #30C508
Text Example
Text Example
White with #30C508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C508; }
p { color: rgb(48,197,8); }
H1.HeaderClassName
{
color: #30C508;
}
.AnyTagClassName
{
color: #30C508;
}
</style>
background-color css
<style>
a { background-color: #30C508; }
a { background-color: rgb(48,197,8); }
div.DivClassName
{
background-color: #30C508;
}
.BgClassName
{
background-color: #30C508;
}
</style>
border-color css
<style>
span { border-color: #30C508; }
span { border-color: rgb(48,197,8); }
td.TdClassName
{
border-color: #30C508;
}
.TagClassName
{
border-color: #30C508;
}
</style>