Shades of Kelly Green #2DC901
Tints of Kelly Green #2DC901
RGB
CMYK
RGB Variations
Color information
#2DC901 (or 0x2DC901) is known color: Kelly Green. HEX triplet: 2D, C9 and 01. RGB value is (45,201,1). Sum of RGB (Red+Green+Blue) = 45+201+1=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 201 (78.91% from 255 or 81.38% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 201 - color contains mainly: green. Hex color #2DC901 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC901 is #D236FE. Grayscale: #848484. Windows color (decimal): -13776639 or 117037. OLE color: 117037.
HSL color Cylindrical-coordinate representation of color #2DC901: hue angle of 106.8º 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 #2DC901 is Cyan = 0.78, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 201 | 1 | - |
| CMYK | 0.78 | 0 | 1.00 | 0.21 |
| HSL | 106.8º | 0.99% | 0.4% | - |
| HSV(B) | 106.8º | 1% | 0.79% | - |
| XYZ | 21.97 | 42.33 | 7.04 | - |
| YUV | 131.56 | 54.32 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 201 | 1 | 0.78 | 0 | 1.00 | 0.21 | 106.8 | 0.99 | 0.4 |
| Hex | 2D | C9 | 1 | 4E | 0 | 64 | 15 | 6B | 63 | 28 |
| Octal | 55 | 311 | 1 | 116 | 0 | 144 | 25 | 153 | 143 | 50 |
| Binary | 101101 | 11001001 | 1 | 1001110 | 0 | 1100100 | 10101 | 1101011 | 1100011 | 101000 |
Color Harmonies of #2DC901
Complementary color
Monochromatic Colors of #2DC901
Black with #2DC901
Text Example
Text Example
White with #2DC901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC901; }
p { color: rgb(45,201,1); }
H1.HeaderClassName
{
color: #2DC901;
}
.AnyTagClassName
{
color: #2DC901;
}
</style>
background-color css
<style>
a { background-color: #2DC901; }
a { background-color: rgb(45,201,1); }
div.DivClassName
{
background-color: #2DC901;
}
.BgClassName
{
background-color: #2DC901;
}
</style>
border-color css
<style>
span { border-color: #2DC901; }
span { border-color: rgb(45,201,1); }
td.TdClassName
{
border-color: #2DC901;
}
.TagClassName
{
border-color: #2DC901;
}
</style>