Shades of Kelly Green #30C50D
Tints of Kelly Green #30C50D
RGB
CMYK
RGB Variations
Color information
#30C50D (or 0x30C50D) is known color: Kelly Green. HEX triplet: 30, C5 and 0D. RGB value is (48,197,13). Sum of RGB (Red+Green+Blue) = 48+197+13=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 197 (77.34% from 255 or 76.36% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 197 - color contains mainly: green. Hex color #30C50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C50D is #CF3AF2. Grayscale: #848484. Windows color (decimal): -13581043 or 902448. OLE color: 902448.
HSL color Cylindrical-coordinate representation of color #30C50D: hue angle of 108.59º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30C50D is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 197 | 13 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.23 |
| HSL | 108.59º | 0.88% | 0.41% | - |
| HSV(B) | 108.59º | 0.93% | 0.77% | - |
| XYZ | 21.26 | 40.59 | 7.1 | - |
| YUV | 131.47 | 61.14 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 197 | 13 | 0.76 | 0 | 0.93 | 0.23 | 108.59 | 0.88 | 0.41 |
| Hex | 30 | C5 | D | 4C | 0 | 5D | 17 | 6D | 58 | 29 |
| Octal | 60 | 305 | 15 | 114 | 0 | 135 | 27 | 155 | 130 | 51 |
| Binary | 110000 | 11000101 | 1101 | 1001100 | 0 | 1011101 | 10111 | 1101101 | 1011000 | 101001 |
Color Harmonies of #30C50D
Complementary color
Monochromatic Colors of #30C50D
Black with #30C50D
Text Example
Text Example
White with #30C50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C50D; }
p { color: rgb(48,197,13); }
H1.HeaderClassName
{
color: #30C50D;
}
.AnyTagClassName
{
color: #30C50D;
}
</style>
background-color css
<style>
a { background-color: #30C50D; }
a { background-color: rgb(48,197,13); }
div.DivClassName
{
background-color: #30C50D;
}
.BgClassName
{
background-color: #30C50D;
}
</style>
border-color css
<style>
span { border-color: #30C50D; }
span { border-color: rgb(48,197,13); }
td.TdClassName
{
border-color: #30C50D;
}
.TagClassName
{
border-color: #30C50D;
}
</style>