Shades of Kelly Green #2DB01A
Tints of Kelly Green #2DB01A
RGB
CMYK
RGB Variations
Color information
#2DB01A (or 0x2DB01A) is known color: Kelly Green. HEX triplet: 2D, B0 and 1A. RGB value is (45,176,26). Sum of RGB (Red+Green+Blue) = 45+176+26=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 176 (69.14% from 255 or 71.26% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 176 - color contains mainly: green. Hex color #2DB01A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB01A is #D24FE5. Grayscale: #787878. Windows color (decimal): -13783014 or 1749037. OLE color: 1749037.
HSL color Cylindrical-coordinate representation of color #2DB01A: hue angle of 112.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DB01A is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 176 | 26 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.31 |
| HSL | 112.4º | 0.74% | 0.4% | - |
| HSV(B) | 112.4º | 0.85% | 0.69% | - |
| XYZ | 16.79 | 31.68 | 6.21 | - |
| YUV | 119.73 | 75.1 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 176 | 26 | 0.74 | 0 | 0.85 | 0.31 | 112.4 | 0.74 | 0.4 |
| Hex | 2D | B0 | 1A | 4A | 0 | 55 | 1F | 70 | 4A | 28 |
| Octal | 55 | 260 | 32 | 112 | 0 | 125 | 37 | 160 | 112 | 50 |
| Binary | 101101 | 10110000 | 11010 | 1001010 | 0 | 1010101 | 11111 | 1110000 | 1001010 | 101000 |
Color Harmonies of #2DB01A
Complementary color
Monochromatic Colors of #2DB01A
Black with #2DB01A
Text Example
Text Example
White with #2DB01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB01A; }
p { color: rgb(45,176,26); }
H1.HeaderClassName
{
color: #2DB01A;
}
.AnyTagClassName
{
color: #2DB01A;
}
</style>
background-color css
<style>
a { background-color: #2DB01A; }
a { background-color: rgb(45,176,26); }
div.DivClassName
{
background-color: #2DB01A;
}
.BgClassName
{
background-color: #2DB01A;
}
</style>
border-color css
<style>
span { border-color: #2DB01A; }
span { border-color: rgb(45,176,26); }
td.TdClassName
{
border-color: #2DB01A;
}
.TagClassName
{
border-color: #2DB01A;
}
</style>