Shades of Kelly Green #30C501
Tints of Kelly Green #30C501
RGB
CMYK
RGB Variations
Color information
#30C501 (or 0x30C501) is known color: Kelly Green. HEX triplet: 30, C5 and 01. RGB value is (48,197,1). Sum of RGB (Red+Green+Blue) = 48+197+1=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 197 (77.34% from 255 or 80.08% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 197 - color contains mainly: green. Hex color #30C501 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C501 is #CF3AFE. Grayscale: #828282. Windows color (decimal): -13581055 or 116016. OLE color: 116016.
HSL color Cylindrical-coordinate representation of color #30C501: hue angle of 105.61º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30C501 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 197 | 1 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.23 |
| HSL | 105.61º | 0.99% | 0.39% | - |
| HSV(B) | 105.61º | 0.99% | 0.77% | - |
| XYZ | 21.19 | 40.56 | 6.74 | - |
| YUV | 130.11 | 55.14 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 197 | 1 | 0.76 | 0 | 0.99 | 0.23 | 105.61 | 0.99 | 0.39 |
| Hex | 30 | C5 | 1 | 4C | 0 | 63 | 17 | 6A | 63 | 27 |
| Octal | 60 | 305 | 1 | 114 | 0 | 143 | 27 | 152 | 143 | 47 |
| Binary | 110000 | 11000101 | 1 | 1001100 | 0 | 1100011 | 10111 | 1101010 | 1100011 | 100111 |
Color Harmonies of #30C501
Complementary color
Monochromatic Colors of #30C501
Black with #30C501
Text Example
Text Example
White with #30C501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C501; }
p { color: rgb(48,197,1); }
H1.HeaderClassName
{
color: #30C501;
}
.AnyTagClassName
{
color: #30C501;
}
</style>
background-color css
<style>
a { background-color: #30C501; }
a { background-color: rgb(48,197,1); }
div.DivClassName
{
background-color: #30C501;
}
.BgClassName
{
background-color: #30C501;
}
</style>
border-color css
<style>
span { border-color: #30C501; }
span { border-color: rgb(48,197,1); }
td.TdClassName
{
border-color: #30C501;
}
.TagClassName
{
border-color: #30C501;
}
</style>