Shades of Kelly Green #2DBD00
Tints of Kelly Green #2DBD00
RGB
CMYK
RGB Variations
Color information
#2DBD00 (or 0x2DBD00) is known color: Kelly Green. HEX triplet: 2D, BD and 00. RGB value is (45,189,0). Sum of RGB (Red+Green+Blue) = 45+189+0=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 189 (74.22% from 255 or 80.77% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 189 - color contains mainly: green. Hex color #2DBD00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBD00 is #D242FF. Grayscale: #7D7D7D. Windows color (decimal): -13779712 or 48429. OLE color: 48429.
HSL color Cylindrical-coordinate representation of color #2DBD00: hue angle of 105.71º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2DBD00 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 189 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.26 |
| HSL | 105.71º | 1% | 0.37% | - |
| HSV(B) | 105.71º | 1% | 0.74% | - |
| XYZ | 19.28 | 36.95 | 6.12 | - |
| YUV | 124.4 | 57.79 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 0 | 0.76 | 0 | 1 | 0.26 | 105.71 | 1 | 0.37 |
| Hex | 2D | BD | 0 | 4C | 0 | 64 | 1A | 6A | 64 | 25 |
| Octal | 55 | 275 | 0 | 114 | 0 | 144 | 32 | 152 | 144 | 45 |
| Binary | 101101 | 10111101 | 0 | 1001100 | 0 | 1100100 | 11010 | 1101010 | 1100100 | 100101 |
Color Harmonies of #2DBD00
Complementary color
Monochromatic Colors of #2DBD00
Black with #2DBD00
Text Example
Text Example
White with #2DBD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBD00; }
p { color: rgb(45,189,0); }
H1.HeaderClassName
{
color: #2DBD00;
}
.AnyTagClassName
{
color: #2DBD00;
}
</style>
background-color css
<style>
a { background-color: #2DBD00; }
a { background-color: rgb(45,189,0); }
div.DivClassName
{
background-color: #2DBD00;
}
.BgClassName
{
background-color: #2DBD00;
}
</style>
border-color css
<style>
span { border-color: #2DBD00; }
span { border-color: rgb(45,189,0); }
td.TdClassName
{
border-color: #2DBD00;
}
.TagClassName
{
border-color: #2DBD00;
}
</style>