Shades of Kelly Green #2DCA00
Tints of Kelly Green #2DCA00
RGB
CMYK
RGB Variations
Color information
#2DCA00 (or 0x2DCA00) is known color: Kelly Green. HEX triplet: 2D, CA and 00. RGB value is (45,202,0). Sum of RGB (Red+Green+Blue) = 45+202+0=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 202 (79.30% from 255 or 81.78% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCA00 is #D235FF. Grayscale: #848484. Windows color (decimal): -13776384 or 51757. OLE color: 51757.
HSL color Cylindrical-coordinate representation of color #2DCA00: hue angle of 106.63º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2DCA00 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 202 | 0 | - |
| CMYK | 0.78 | 0 | 1 | 0.21 |
| HSL | 106.63º | 1% | 0.4% | - |
| HSV(B) | 106.63º | 1% | 0.79% | - |
| XYZ | 22.2 | 42.8 | 7.09 | - |
| YUV | 132.03 | 53.49 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 0 | 0.78 | 0 | 1 | 0.21 | 106.63 | 1 | 0.4 |
| Hex | 2D | CA | 0 | 4E | 0 | 64 | 15 | 6B | 64 | 28 |
| Octal | 55 | 312 | 0 | 116 | 0 | 144 | 25 | 153 | 144 | 50 |
| Binary | 101101 | 11001010 | 0 | 1001110 | 0 | 1100100 | 10101 | 1101011 | 1100100 | 101000 |
Color Harmonies of #2DCA00
Complementary color
Monochromatic Colors of #2DCA00
Black with #2DCA00
Text Example
Text Example
White with #2DCA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCA00; }
p { color: rgb(45,202,0); }
H1.HeaderClassName
{
color: #2DCA00;
}
.AnyTagClassName
{
color: #2DCA00;
}
</style>
background-color css
<style>
a { background-color: #2DCA00; }
a { background-color: rgb(45,202,0); }
div.DivClassName
{
background-color: #2DCA00;
}
.BgClassName
{
background-color: #2DCA00;
}
</style>
border-color css
<style>
span { border-color: #2DCA00; }
span { border-color: rgb(45,202,0); }
td.TdClassName
{
border-color: #2DCA00;
}
.TagClassName
{
border-color: #2DCA00;
}
</style>