Shades of Kelly Green #2DB403
Tints of Kelly Green #2DB403
RGB
CMYK
RGB Variations
Color information
#2DB403 (or 0x2DB403) is known color: Kelly Green. HEX triplet: 2D, B4 and 03. RGB value is (45,180,3). Sum of RGB (Red+Green+Blue) = 45+180+3=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 180 (70.70% from 255 or 78.95% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB403 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB403 is #D24BFC. Grayscale: #787878. Windows color (decimal): -13782013 or 242733. OLE color: 242733.
HSL color Cylindrical-coordinate representation of color #2DB403: hue angle of 105.76º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2DB403 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 180 | 3 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.29 |
| HSL | 105.76º | 0.97% | 0.36% | - |
| HSV(B) | 105.76º | 0.98% | 0.71% | - |
| XYZ | 17.42 | 33.21 | 5.58 | - |
| YUV | 119.46 | 62.27 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 3 | 0.75 | 0 | 0.98 | 0.29 | 105.76 | 0.97 | 0.36 |
| Hex | 2D | B4 | 3 | 4B | 0 | 62 | 1D | 6A | 61 | 24 |
| Octal | 55 | 264 | 3 | 113 | 0 | 142 | 35 | 152 | 141 | 44 |
| Binary | 101101 | 10110100 | 11 | 1001011 | 0 | 1100010 | 11101 | 1101010 | 1100001 | 100100 |
Color Harmonies of #2DB403
Complementary color
Monochromatic Colors of #2DB403
Black with #2DB403
Text Example
Text Example
White with #2DB403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB403; }
p { color: rgb(45,180,3); }
H1.HeaderClassName
{
color: #2DB403;
}
.AnyTagClassName
{
color: #2DB403;
}
</style>
background-color css
<style>
a { background-color: #2DB403; }
a { background-color: rgb(45,180,3); }
div.DivClassName
{
background-color: #2DB403;
}
.BgClassName
{
background-color: #2DB403;
}
</style>
border-color css
<style>
span { border-color: #2DB403; }
span { border-color: rgb(45,180,3); }
td.TdClassName
{
border-color: #2DB403;
}
.TagClassName
{
border-color: #2DB403;
}
</style>