Shades of Kelly Green #2DB302
Tints of Kelly Green #2DB302
RGB
CMYK
RGB Variations
Color information
#2DB302 (or 0x2DB302) is known color: Kelly Green. HEX triplet: 2D, B3 and 02. RGB value is (45,179,2). Sum of RGB (Red+Green+Blue) = 45+179+2=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 179 (70.31% from 255 or 79.20% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB302 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB302 is #D24CFD. Grayscale: #777777. Windows color (decimal): -13782270 or 176941. OLE color: 176941.
HSL color Cylindrical-coordinate representation of color #2DB302: hue angle of 105.42º 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 #2DB302 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 179 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.30 |
| HSL | 105.42º | 0.98% | 0.35% | - |
| HSV(B) | 105.42º | 0.99% | 0.7% | - |
| XYZ | 17.21 | 32.8 | 5.48 | - |
| YUV | 118.76 | 62.11 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 2 | 0.75 | 0 | 0.99 | 0.30 | 105.42 | 0.98 | 0.35 |
| Hex | 2D | B3 | 2 | 4B | 0 | 63 | 1E | 69 | 62 | 23 |
| Octal | 55 | 263 | 2 | 113 | 0 | 143 | 36 | 151 | 142 | 43 |
| Binary | 101101 | 10110011 | 10 | 1001011 | 0 | 1100011 | 11110 | 1101001 | 1100010 | 100011 |
Color Harmonies of #2DB302
Complementary color
Monochromatic Colors of #2DB302
Black with #2DB302
Text Example
Text Example
White with #2DB302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB302; }
p { color: rgb(45,179,2); }
H1.HeaderClassName
{
color: #2DB302;
}
.AnyTagClassName
{
color: #2DB302;
}
</style>
background-color css
<style>
a { background-color: #2DB302; }
a { background-color: rgb(45,179,2); }
div.DivClassName
{
background-color: #2DB302;
}
.BgClassName
{
background-color: #2DB302;
}
</style>
border-color css
<style>
span { border-color: #2DB302; }
span { border-color: rgb(45,179,2); }
td.TdClassName
{
border-color: #2DB302;
}
.TagClassName
{
border-color: #2DB302;
}
</style>