Shades of Kelly Green #2DBC03
Tints of Kelly Green #2DBC03
RGB
CMYK
RGB Variations
Color information
#2DBC03 (or 0x2DBC03) is known color: Kelly Green. HEX triplet: 2D, BC and 03. RGB value is (45,188,3). Sum of RGB (Red+Green+Blue) = 45+188+3=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 188 (73.83% from 255 or 79.66% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBC03 is #D243FC. Grayscale: #7C7C7C. Windows color (decimal): -13779965 or 244781. OLE color: 244781.
HSL color Cylindrical-coordinate representation of color #2DBC03: hue angle of 106.38º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2DBC03 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 3 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.26 |
| HSL | 106.38º | 0.97% | 0.37% | - |
| HSV(B) | 106.38º | 0.98% | 0.74% | - |
| XYZ | 19.08 | 36.53 | 6.13 | - |
| YUV | 124.15 | 59.62 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 3 | 0.76 | 0 | 0.98 | 0.26 | 106.38 | 0.97 | 0.37 |
| Hex | 2D | BC | 3 | 4C | 0 | 62 | 1A | 6A | 61 | 25 |
| Octal | 55 | 274 | 3 | 114 | 0 | 142 | 32 | 152 | 141 | 45 |
| Binary | 101101 | 10111100 | 11 | 1001100 | 0 | 1100010 | 11010 | 1101010 | 1100001 | 100101 |
Color Harmonies of #2DBC03
Complementary color
Monochromatic Colors of #2DBC03
Black with #2DBC03
Text Example
Text Example
White with #2DBC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC03; }
p { color: rgb(45,188,3); }
H1.HeaderClassName
{
color: #2DBC03;
}
.AnyTagClassName
{
color: #2DBC03;
}
</style>
background-color css
<style>
a { background-color: #2DBC03; }
a { background-color: rgb(45,188,3); }
div.DivClassName
{
background-color: #2DBC03;
}
.BgClassName
{
background-color: #2DBC03;
}
</style>
border-color css
<style>
span { border-color: #2DBC03; }
span { border-color: rgb(45,188,3); }
td.TdClassName
{
border-color: #2DBC03;
}
.TagClassName
{
border-color: #2DBC03;
}
</style>