Shades of Kelly Green #30C901
Tints of Kelly Green #30C901
RGB
CMYK
RGB Variations
Color information
#30C901 (or 0x30C901) is known color: Kelly Green. HEX triplet: 30, C9 and 01. RGB value is (48,201,1). Sum of RGB (Red+Green+Blue) = 48+201+1=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 201 (78.91% from 255 or 80.4% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 201 - color contains mainly: green. Hex color #30C901 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C901 is #CF36FE. Grayscale: #858585. Windows color (decimal): -13580031 or 117040. OLE color: 117040.
HSL color Cylindrical-coordinate representation of color #30C901: hue angle of 105.9º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30C901 is Cyan = 0.76, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 201 | 1 | - |
| CMYK | 0.76 | 0 | 1.00 | 0.21 |
| HSL | 105.9º | 0.99% | 0.4% | - |
| HSV(B) | 105.9º | 1% | 0.79% | - |
| XYZ | 22.11 | 42.4 | 7.05 | - |
| YUV | 132.45 | 53.81 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 201 | 1 | 0.76 | 0 | 1.00 | 0.21 | 105.9 | 0.99 | 0.4 |
| Hex | 30 | C9 | 1 | 4C | 0 | 64 | 15 | 6A | 63 | 28 |
| Octal | 60 | 311 | 1 | 114 | 0 | 144 | 25 | 152 | 143 | 50 |
| Binary | 110000 | 11001001 | 1 | 1001100 | 0 | 1100100 | 10101 | 1101010 | 1100011 | 101000 |
Color Harmonies of #30C901
Complementary color
Monochromatic Colors of #30C901
Black with #30C901
Text Example
Text Example
White with #30C901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C901; }
p { color: rgb(48,201,1); }
H1.HeaderClassName
{
color: #30C901;
}
.AnyTagClassName
{
color: #30C901;
}
</style>
background-color css
<style>
a { background-color: #30C901; }
a { background-color: rgb(48,201,1); }
div.DivClassName
{
background-color: #30C901;
}
.BgClassName
{
background-color: #30C901;
}
</style>
border-color css
<style>
span { border-color: #30C901; }
span { border-color: rgb(48,201,1); }
td.TdClassName
{
border-color: #30C901;
}
.TagClassName
{
border-color: #30C901;
}
</style>