Shades of Kelly Green #2DB300
Tints of Kelly Green #2DB300
RGB
CMYK
RGB Variations
Color information
#2DB300 (or 0x2DB300) is known color: Kelly Green. HEX triplet: 2D, B3 and 00. RGB value is (45,179,0). Sum of RGB (Red+Green+Blue) = 45+179+0=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 179 (70.31% from 255 or 79.91% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB300 is #D24CFF. Grayscale: #777777. Windows color (decimal): -13782272 or 45869. OLE color: 45869.
HSL color Cylindrical-coordinate representation of color #2DB300: hue angle of 104.92º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2DB300 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 179 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.30 |
| HSL | 104.92º | 1% | 0.35% | - |
| HSV(B) | 104.92º | 1% | 0.7% | - |
| XYZ | 17.2 | 32.8 | 5.42 | - |
| YUV | 118.53 | 61.11 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 0 | 0.75 | 0 | 1 | 0.30 | 104.92 | 1 | 0.35 |
| Hex | 2D | B3 | 0 | 4B | 0 | 64 | 1E | 69 | 64 | 23 |
| Octal | 55 | 263 | 0 | 113 | 0 | 144 | 36 | 151 | 144 | 43 |
| Binary | 101101 | 10110011 | 0 | 1001011 | 0 | 1100100 | 11110 | 1101001 | 1100100 | 100011 |
Color Harmonies of #2DB300
Complementary color
Monochromatic Colors of #2DB300
Black with #2DB300
Text Example
Text Example
White with #2DB300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB300; }
p { color: rgb(45,179,0); }
H1.HeaderClassName
{
color: #2DB300;
}
.AnyTagClassName
{
color: #2DB300;
}
</style>
background-color css
<style>
a { background-color: #2DB300; }
a { background-color: rgb(45,179,0); }
div.DivClassName
{
background-color: #2DB300;
}
.BgClassName
{
background-color: #2DB300;
}
</style>
border-color css
<style>
span { border-color: #2DB300; }
span { border-color: rgb(45,179,0); }
td.TdClassName
{
border-color: #2DB300;
}
.TagClassName
{
border-color: #2DB300;
}
</style>