Shades of Kelly Green #2DC801
Tints of Kelly Green #2DC801
RGB
CMYK
RGB Variations
Color information
#2DC801 (or 0x2DC801) is known color: Kelly Green. HEX triplet: 2D, C8 and 01. RGB value is (45,200,1). Sum of RGB (Red+Green+Blue) = 45+200+1=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 200 (78.52% from 255 or 81.30% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC801 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC801 is #D237FE. Grayscale: #838383. Windows color (decimal): -13776895 or 116781. OLE color: 116781.
HSL color Cylindrical-coordinate representation of color #2DC801: hue angle of 106.73º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2DC801 is Cyan = 0.78, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 200 | 1 | - |
| CMYK | 0.78 | 0 | 1.00 | 0.22 |
| HSL | 106.73º | 0.99% | 0.39% | - |
| HSV(B) | 106.73º | 1% | 0.78% | - |
| XYZ | 21.74 | 41.87 | 6.96 | - |
| YUV | 130.97 | 54.65 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 200 | 1 | 0.78 | 0 | 1.00 | 0.22 | 106.73 | 0.99 | 0.39 |
| Hex | 2D | C8 | 1 | 4E | 0 | 64 | 16 | 6B | 63 | 27 |
| Octal | 55 | 310 | 1 | 116 | 0 | 144 | 26 | 153 | 143 | 47 |
| Binary | 101101 | 11001000 | 1 | 1001110 | 0 | 1100100 | 10110 | 1101011 | 1100011 | 100111 |
Color Harmonies of #2DC801
Complementary color
Monochromatic Colors of #2DC801
Black with #2DC801
Text Example
Text Example
White with #2DC801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC801; }
p { color: rgb(45,200,1); }
H1.HeaderClassName
{
color: #2DC801;
}
.AnyTagClassName
{
color: #2DC801;
}
</style>
background-color css
<style>
a { background-color: #2DC801; }
a { background-color: rgb(45,200,1); }
div.DivClassName
{
background-color: #2DC801;
}
.BgClassName
{
background-color: #2DC801;
}
</style>
border-color css
<style>
span { border-color: #2DC801; }
span { border-color: rgb(45,200,1); }
td.TdClassName
{
border-color: #2DC801;
}
.TagClassName
{
border-color: #2DC801;
}
</style>