Shades of Kelly Green #2DC900
Tints of Kelly Green #2DC900
RGB
CMYK
RGB Variations
Color information
#2DC900 (or 0x2DC900) is known color: Kelly Green. HEX triplet: 2D, C9 and 00. RGB value is (45,201,0). Sum of RGB (Red+Green+Blue) = 45+201+0=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 201 (78.91% from 255 or 81.71% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 201 - color contains mainly: green. Hex color #2DC900 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC900 is #D236FF. Grayscale: #848484. Windows color (decimal): -13776640 or 51501. OLE color: 51501.
HSL color Cylindrical-coordinate representation of color #2DC900: hue angle of 106.57º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2DC900 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 201 | 0 | - |
| CMYK | 0.78 | 0 | 1 | 0.21 |
| HSL | 106.57º | 1% | 0.39% | - |
| HSV(B) | 106.57º | 1% | 0.79% | - |
| XYZ | 21.97 | 42.33 | 7.01 | - |
| YUV | 131.44 | 53.82 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 201 | 0 | 0.78 | 0 | 1 | 0.21 | 106.57 | 1 | 0.39 |
| Hex | 2D | C9 | 0 | 4E | 0 | 64 | 15 | 6B | 64 | 27 |
| Octal | 55 | 311 | 0 | 116 | 0 | 144 | 25 | 153 | 144 | 47 |
| Binary | 101101 | 11001001 | 0 | 1001110 | 0 | 1100100 | 10101 | 1101011 | 1100100 | 100111 |
Color Harmonies of #2DC900
Complementary color
Monochromatic Colors of #2DC900
Black with #2DC900
Text Example
Text Example
White with #2DC900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC900; }
p { color: rgb(45,201,0); }
H1.HeaderClassName
{
color: #2DC900;
}
.AnyTagClassName
{
color: #2DC900;
}
</style>
background-color css
<style>
a { background-color: #2DC900; }
a { background-color: rgb(45,201,0); }
div.DivClassName
{
background-color: #2DC900;
}
.BgClassName
{
background-color: #2DC900;
}
</style>
border-color css
<style>
span { border-color: #2DC900; }
span { border-color: rgb(45,201,0); }
td.TdClassName
{
border-color: #2DC900;
}
.TagClassName
{
border-color: #2DC900;
}
</style>