Shades of Kelly Green #2DC40B
Tints of Kelly Green #2DC40B
RGB
CMYK
RGB Variations
Color information
#2DC40B (or 0x2DC40B) is known color: Kelly Green. HEX triplet: 2D, C4 and 0B. RGB value is (45,196,11). Sum of RGB (Red+Green+Blue) = 45+196+11=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 196 (76.95% from 255 or 77.78% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 196 - color contains mainly: green. Hex color #2DC40B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC40B is #D23BF4. Grayscale: #828282. Windows color (decimal): -13777909 or 771117. OLE color: 771117.
HSL color Cylindrical-coordinate representation of color #2DC40B: hue angle of 108.97º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2DC40B is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 45 | 196 | 11 | - |
| CMYK | 0.77 | 0 | 0.94 | 0.23 |
| HSL | 108.97º | 0.89% | 0.41% | - |
| HSV(B) | 108.97º | 0.94% | 0.77% | - |
| XYZ | 20.88 | 40.06 | 6.95 | - |
| YUV | 129.76 | 60.97 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 196 | 11 | 0.77 | 0 | 0.94 | 0.23 | 108.97 | 0.89 | 0.41 |
| Hex | 2D | C4 | B | 4D | 0 | 5E | 17 | 6D | 59 | 29 |
| Octal | 55 | 304 | 13 | 115 | 0 | 136 | 27 | 155 | 131 | 51 |
| Binary | 101101 | 11000100 | 1011 | 1001101 | 0 | 1011110 | 10111 | 1101101 | 1011001 | 101001 |
Color Harmonies of #2DC40B
Complementary color
Monochromatic Colors of #2DC40B
Black with #2DC40B
Text Example
Text Example
White with #2DC40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC40B; }
p { color: rgb(45,196,11); }
H1.HeaderClassName
{
color: #2DC40B;
}
.AnyTagClassName
{
color: #2DC40B;
}
</style>
background-color css
<style>
a { background-color: #2DC40B; }
a { background-color: rgb(45,196,11); }
div.DivClassName
{
background-color: #2DC40B;
}
.BgClassName
{
background-color: #2DC40B;
}
</style>
border-color css
<style>
span { border-color: #2DC40B; }
span { border-color: rgb(45,196,11); }
td.TdClassName
{
border-color: #2DC40B;
}
.TagClassName
{
border-color: #2DC40B;
}
</style>