Shades of Kelly Green #2DB505
Tints of Kelly Green #2DB505
RGB
CMYK
RGB Variations
Color information
#2DB505 (or 0x2DB505) is known color: Kelly Green. HEX triplet: 2D, B5 and 05. RGB value is (45,181,5). Sum of RGB (Red+Green+Blue) = 45+181+5=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 181 (71.09% from 255 or 78.35% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB505 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB505 is #D24AFA. Grayscale: #787878. Windows color (decimal): -13781755 or 374061. OLE color: 374061.
HSL color Cylindrical-coordinate representation of color #2DB505: hue angle of 106.36º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2DB505 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 5 | - |
| CMYK | 0.75 | 0 | 0.97 | 0.29 |
| HSL | 106.36º | 0.95% | 0.36% | - |
| HSV(B) | 106.36º | 0.97% | 0.71% | - |
| XYZ | 17.63 | 33.62 | 5.7 | - |
| YUV | 120.27 | 62.94 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 5 | 0.75 | 0 | 0.97 | 0.29 | 106.36 | 0.95 | 0.36 |
| Hex | 2D | B5 | 5 | 4B | 0 | 61 | 1D | 6A | 5F | 24 |
| Octal | 55 | 265 | 5 | 113 | 0 | 141 | 35 | 152 | 137 | 44 |
| Binary | 101101 | 10110101 | 101 | 1001011 | 0 | 1100001 | 11101 | 1101010 | 1011111 | 100100 |
Color Harmonies of #2DB505
Complementary color
Monochromatic Colors of #2DB505
Black with #2DB505
Text Example
Text Example
White with #2DB505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB505; }
p { color: rgb(45,181,5); }
H1.HeaderClassName
{
color: #2DB505;
}
.AnyTagClassName
{
color: #2DB505;
}
</style>
background-color css
<style>
a { background-color: #2DB505; }
a { background-color: rgb(45,181,5); }
div.DivClassName
{
background-color: #2DB505;
}
.BgClassName
{
background-color: #2DB505;
}
</style>
border-color css
<style>
span { border-color: #2DB505; }
span { border-color: rgb(45,181,5); }
td.TdClassName
{
border-color: #2DB505;
}
.TagClassName
{
border-color: #2DB505;
}
</style>