Shades of Kelly Green #2DBE00
Tints of Kelly Green #2DBE00
RGB
CMYK
RGB Variations
Color information
#2DBE00 (or 0x2DBE00) is known color: Kelly Green. HEX triplet: 2D, BE and 00. RGB value is (45,190,0). Sum of RGB (Red+Green+Blue) = 45+190+0=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 190 (74.61% from 255 or 80.85% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBE00 is #D241FF. Grayscale: #7D7D7D. Windows color (decimal): -13779456 or 48685. OLE color: 48685.
HSL color Cylindrical-coordinate representation of color #2DBE00: hue angle of 105.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2DBE00 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.25 |
| HSL | 105.79º | 1% | 0.37% | - |
| HSV(B) | 105.79º | 1% | 0.75% | - |
| XYZ | 19.5 | 37.38 | 6.19 | - |
| YUV | 124.99 | 57.46 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 0 | 0.76 | 0 | 1 | 0.25 | 105.79 | 1 | 0.37 |
| Hex | 2D | BE | 0 | 4C | 0 | 64 | 19 | 6A | 64 | 25 |
| Octal | 55 | 276 | 0 | 114 | 0 | 144 | 31 | 152 | 144 | 45 |
| Binary | 101101 | 10111110 | 0 | 1001100 | 0 | 1100100 | 11001 | 1101010 | 1100100 | 100101 |
Color Harmonies of #2DBE00
Complementary color
Monochromatic Colors of #2DBE00
Black with #2DBE00
Text Example
Text Example
White with #2DBE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE00; }
p { color: rgb(45,190,0); }
H1.HeaderClassName
{
color: #2DBE00;
}
.AnyTagClassName
{
color: #2DBE00;
}
</style>
background-color css
<style>
a { background-color: #2DBE00; }
a { background-color: rgb(45,190,0); }
div.DivClassName
{
background-color: #2DBE00;
}
.BgClassName
{
background-color: #2DBE00;
}
</style>
border-color css
<style>
span { border-color: #2DBE00; }
span { border-color: rgb(45,190,0); }
td.TdClassName
{
border-color: #2DBE00;
}
.TagClassName
{
border-color: #2DBE00;
}
</style>