Shades of Kelly Green #2DB818
Tints of Kelly Green #2DB818
RGB
CMYK
RGB Variations
Color information
#2DB818 (or 0x2DB818) is known color: Kelly Green. HEX triplet: 2D, B8 and 18. RGB value is (45,184,24). Sum of RGB (Red+Green+Blue) = 45+184+24=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 184 (72.27% from 255 or 72.73% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 184 - color contains mainly: green. Hex color #2DB818 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB818 is #D247E7. Grayscale: #7C7C7C. Windows color (decimal): -13780968 or 1620013. OLE color: 1620013.
HSL color Cylindrical-coordinate representation of color #2DB818: hue angle of 112.12º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DB818 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 184 | 24 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.28 |
| HSL | 112.13º | 0.77% | 0.41% | - |
| HSV(B) | 112.13º | 0.87% | 0.72% | - |
| XYZ | 18.39 | 34.9 | 6.63 | - |
| YUV | 124.2 | 71.45 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 184 | 24 | 0.76 | 0 | 0.87 | 0.28 | 112.13 | 0.77 | 0.41 |
| Hex | 2D | B8 | 18 | 4C | 0 | 57 | 1C | 70 | 4D | 29 |
| Octal | 55 | 270 | 30 | 114 | 0 | 127 | 34 | 160 | 115 | 51 |
| Binary | 101101 | 10111000 | 11000 | 1001100 | 0 | 1010111 | 11100 | 1110000 | 1001101 | 101001 |
Color Harmonies of #2DB818
Complementary color
Monochromatic Colors of #2DB818
Black with #2DB818
Text Example
Text Example
White with #2DB818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB818; }
p { color: rgb(45,184,24); }
H1.HeaderClassName
{
color: #2DB818;
}
.AnyTagClassName
{
color: #2DB818;
}
</style>
background-color css
<style>
a { background-color: #2DB818; }
a { background-color: rgb(45,184,24); }
div.DivClassName
{
background-color: #2DB818;
}
.BgClassName
{
background-color: #2DB818;
}
</style>
border-color css
<style>
span { border-color: #2DB818; }
span { border-color: rgb(45,184,24); }
td.TdClassName
{
border-color: #2DB818;
}
.TagClassName
{
border-color: #2DB818;
}
</style>