Shades of Kelly Green #30C905
Tints of Kelly Green #30C905
RGB
CMYK
RGB Variations
Color information
#30C905 (or 0x30C905) is known color: Kelly Green. HEX triplet: 30, C9 and 05. RGB value is (48,201,5). Sum of RGB (Red+Green+Blue) = 48+201+5=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 201 (78.91% from 255 or 79.13% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 201 - color contains mainly: green. Hex color #30C905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C905 is #CF36FA. Grayscale: #858585. Windows color (decimal): -13580027 or 379184. OLE color: 379184.
HSL color Cylindrical-coordinate representation of color #30C905: hue angle of 106.84º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30C905 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 201 | 5 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.21 |
| HSL | 106.84º | 0.95% | 0.4% | - |
| HSV(B) | 106.84º | 0.98% | 0.79% | - |
| XYZ | 22.13 | 42.41 | 7.16 | - |
| YUV | 132.91 | 55.81 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 201 | 5 | 0.76 | 0 | 0.98 | 0.21 | 106.84 | 0.95 | 0.4 |
| Hex | 30 | C9 | 5 | 4C | 0 | 62 | 15 | 6B | 5F | 28 |
| Octal | 60 | 311 | 5 | 114 | 0 | 142 | 25 | 153 | 137 | 50 |
| Binary | 110000 | 11001001 | 101 | 1001100 | 0 | 1100010 | 10101 | 1101011 | 1011111 | 101000 |
Color Harmonies of #30C905
Complementary color
Monochromatic Colors of #30C905
Black with #30C905
Text Example
Text Example
White with #30C905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C905; }
p { color: rgb(48,201,5); }
H1.HeaderClassName
{
color: #30C905;
}
.AnyTagClassName
{
color: #30C905;
}
</style>
background-color css
<style>
a { background-color: #30C905; }
a { background-color: rgb(48,201,5); }
div.DivClassName
{
background-color: #30C905;
}
.BgClassName
{
background-color: #30C905;
}
</style>
border-color css
<style>
span { border-color: #30C905; }
span { border-color: rgb(48,201,5); }
td.TdClassName
{
border-color: #30C905;
}
.TagClassName
{
border-color: #30C905;
}
</style>