Shades of Kelly Green #2DB50C
Tints of Kelly Green #2DB50C
RGB
CMYK
RGB Variations
Color information
#2DB50C (or 0x2DB50C) is known color: Kelly Green. HEX triplet: 2D, B5 and 0C. RGB value is (45,181,12). Sum of RGB (Red+Green+Blue) = 45+181+12=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 181 (71.09% from 255 or 76.05% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB50C is #D24AF3. Grayscale: #797979. Windows color (decimal): -13781748 or 832813. OLE color: 832813.
HSL color Cylindrical-coordinate representation of color #2DB50C: hue angle of 108.28º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2DB50C is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 12 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.29 |
| HSL | 108.28º | 0.88% | 0.38% | - |
| HSV(B) | 108.28º | 0.93% | 0.71% | - |
| XYZ | 17.67 | 33.63 | 5.91 | - |
| YUV | 121.07 | 66.44 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 12 | 0.75 | 0 | 0.93 | 0.29 | 108.28 | 0.88 | 0.38 |
| Hex | 2D | B5 | C | 4B | 0 | 5D | 1D | 6C | 58 | 26 |
| Octal | 55 | 265 | 14 | 113 | 0 | 135 | 35 | 154 | 130 | 46 |
| Binary | 101101 | 10110101 | 1100 | 1001011 | 0 | 1011101 | 11101 | 1101100 | 1011000 | 100110 |
Color Harmonies of #2DB50C
Complementary color
Monochromatic Colors of #2DB50C
Black with #2DB50C
Text Example
Text Example
White with #2DB50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB50C; }
p { color: rgb(45,181,12); }
H1.HeaderClassName
{
color: #2DB50C;
}
.AnyTagClassName
{
color: #2DB50C;
}
</style>
background-color css
<style>
a { background-color: #2DB50C; }
a { background-color: rgb(45,181,12); }
div.DivClassName
{
background-color: #2DB50C;
}
.BgClassName
{
background-color: #2DB50C;
}
</style>
border-color css
<style>
span { border-color: #2DB50C; }
span { border-color: rgb(45,181,12); }
td.TdClassName
{
border-color: #2DB50C;
}
.TagClassName
{
border-color: #2DB50C;
}
</style>