Shades of Kelly Green #2DB205
Tints of Kelly Green #2DB205
RGB
CMYK
RGB Variations
Color information
#2DB205 (or 0x2DB205) is known color: Kelly Green. HEX triplet: 2D, B2 and 05. RGB value is (45,178,5). Sum of RGB (Red+Green+Blue) = 45+178+5=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 178 (69.92% from 255 or 78.07% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DB205 is #D24DFA. Grayscale: #777777. Windows color (decimal): -13782523 or 373293. OLE color: 373293.
HSL color Cylindrical-coordinate representation of color #2DB205: hue angle of 106.13º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2DB205 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 178 | 5 | - |
| CMYK | 0.75 | 0 | 0.97 | 0.30 |
| HSL | 106.13º | 0.95% | 0.36% | - |
| HSV(B) | 106.13º | 0.97% | 0.7% | - |
| XYZ | 17.03 | 32.41 | 5.5 | - |
| YUV | 118.51 | 63.94 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 5 | 0.75 | 0 | 0.97 | 0.30 | 106.13 | 0.95 | 0.36 |
| Hex | 2D | B2 | 5 | 4B | 0 | 61 | 1E | 6A | 5F | 24 |
| Octal | 55 | 262 | 5 | 113 | 0 | 141 | 36 | 152 | 137 | 44 |
| Binary | 101101 | 10110010 | 101 | 1001011 | 0 | 1100001 | 11110 | 1101010 | 1011111 | 100100 |
Color Harmonies of #2DB205
Complementary color
Monochromatic Colors of #2DB205
Black with #2DB205
Text Example
Text Example
White with #2DB205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB205; }
p { color: rgb(45,178,5); }
H1.HeaderClassName
{
color: #2DB205;
}
.AnyTagClassName
{
color: #2DB205;
}
</style>
background-color css
<style>
a { background-color: #2DB205; }
a { background-color: rgb(45,178,5); }
div.DivClassName
{
background-color: #2DB205;
}
.BgClassName
{
background-color: #2DB205;
}
</style>
border-color css
<style>
span { border-color: #2DB205; }
span { border-color: rgb(45,178,5); }
td.TdClassName
{
border-color: #2DB205;
}
.TagClassName
{
border-color: #2DB205;
}
</style>