Shades of Kelly Green #2DBD02
Tints of Kelly Green #2DBD02
RGB
CMYK
RGB Variations
Color information
#2DBD02 (or 0x2DBD02) is known color: Kelly Green. HEX triplet: 2D, BD and 02. RGB value is (45,189,2). Sum of RGB (Red+Green+Blue) = 45+189+2=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 189 (74.22% from 255 or 80.08% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 189 - color contains mainly: green. Hex color #2DBD02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBD02 is #D242FD. Grayscale: #7D7D7D. Windows color (decimal): -13779710 or 179501. OLE color: 179501.
HSL color Cylindrical-coordinate representation of color #2DBD02: hue angle of 106.2º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2DBD02 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 189 | 2 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.26 |
| HSL | 106.2º | 0.98% | 0.37% | - |
| HSV(B) | 106.2º | 0.99% | 0.74% | - |
| XYZ | 19.29 | 36.96 | 6.17 | - |
| YUV | 124.63 | 58.79 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 2 | 0.76 | 0 | 0.99 | 0.26 | 106.2 | 0.98 | 0.37 |
| Hex | 2D | BD | 2 | 4C | 0 | 63 | 1A | 6A | 62 | 25 |
| Octal | 55 | 275 | 2 | 114 | 0 | 143 | 32 | 152 | 142 | 45 |
| Binary | 101101 | 10111101 | 10 | 1001100 | 0 | 1100011 | 11010 | 1101010 | 1100010 | 100101 |
Color Harmonies of #2DBD02
Complementary color
Monochromatic Colors of #2DBD02
Black with #2DBD02
Text Example
Text Example
White with #2DBD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBD02; }
p { color: rgb(45,189,2); }
H1.HeaderClassName
{
color: #2DBD02;
}
.AnyTagClassName
{
color: #2DBD02;
}
</style>
background-color css
<style>
a { background-color: #2DBD02; }
a { background-color: rgb(45,189,2); }
div.DivClassName
{
background-color: #2DBD02;
}
.BgClassName
{
background-color: #2DBD02;
}
</style>
border-color css
<style>
span { border-color: #2DBD02; }
span { border-color: rgb(45,189,2); }
td.TdClassName
{
border-color: #2DBD02;
}
.TagClassName
{
border-color: #2DBD02;
}
</style>