Shades of Kelly Green #2DB202
Tints of Kelly Green #2DB202
RGB
CMYK
RGB Variations
Color information
#2DB202 (or 0x2DB202) is known color: Kelly Green. HEX triplet: 2D, B2 and 02. RGB value is (45,178,2). Sum of RGB (Red+Green+Blue) = 45+178+2=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 178 (69.92% from 255 or 79.11% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DB202 is #D24DFD. Grayscale: #767676. Windows color (decimal): -13782526 or 176685. OLE color: 176685.
HSL color Cylindrical-coordinate representation of color #2DB202: hue angle of 105.34º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2DB202 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 178 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.30 |
| HSL | 105.34º | 0.98% | 0.35% | - |
| HSV(B) | 105.34º | 0.99% | 0.7% | - |
| XYZ | 17.01 | 32.4 | 5.42 | - |
| YUV | 118.17 | 62.44 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 2 | 0.75 | 0 | 0.99 | 0.30 | 105.34 | 0.98 | 0.35 |
| Hex | 2D | B2 | 2 | 4B | 0 | 63 | 1E | 69 | 62 | 23 |
| Octal | 55 | 262 | 2 | 113 | 0 | 143 | 36 | 151 | 142 | 43 |
| Binary | 101101 | 10110010 | 10 | 1001011 | 0 | 1100011 | 11110 | 1101001 | 1100010 | 100011 |
Color Harmonies of #2DB202
Complementary color
Monochromatic Colors of #2DB202
Black with #2DB202
Text Example
Text Example
White with #2DB202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB202; }
p { color: rgb(45,178,2); }
H1.HeaderClassName
{
color: #2DB202;
}
.AnyTagClassName
{
color: #2DB202;
}
</style>
background-color css
<style>
a { background-color: #2DB202; }
a { background-color: rgb(45,178,2); }
div.DivClassName
{
background-color: #2DB202;
}
.BgClassName
{
background-color: #2DB202;
}
</style>
border-color css
<style>
span { border-color: #2DB202; }
span { border-color: rgb(45,178,2); }
td.TdClassName
{
border-color: #2DB202;
}
.TagClassName
{
border-color: #2DB202;
}
</style>