Shades of Kelly Green #2BD203
Tints of Kelly Green #2BD203
RGB
CMYK
RGB Variations
Color information
#2BD203 (or 0x2BD203) is known color: Kelly Green. HEX triplet: 2B, D2 and 03. RGB value is (43,210,3). Sum of RGB (Red+Green+Blue) = 43+210+3=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 210 (82.42% from 255 or 82.03% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD203 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD203 is #D42DFC. Grayscale: #898989. Windows color (decimal): -13905405 or 250411. OLE color: 250411.
HSL color Cylindrical-coordinate representation of color #2BD203: hue angle of 108.41º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2BD203 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 210 | 3 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.18 |
| HSL | 108.41º | 0.97% | 0.42% | - |
| HSV(B) | 108.41º | 0.99% | 0.82% | - |
| XYZ | 24.06 | 46.61 | 7.82 | - |
| YUV | 136.47 | 52.67 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 210 | 3 | 0.80 | 0 | 0.99 | 0.18 | 108.41 | 0.97 | 0.42 |
| Hex | 2B | D2 | 3 | 50 | 0 | 63 | 12 | 6C | 61 | 2A |
| Octal | 53 | 322 | 3 | 120 | 0 | 143 | 22 | 154 | 141 | 52 |
| Binary | 101011 | 11010010 | 11 | 1010000 | 0 | 1100011 | 10010 | 1101100 | 1100001 | 101010 |
Color Harmonies of #2BD203
Complementary color
Monochromatic Colors of #2BD203
Black with #2BD203
Text Example
Text Example
White with #2BD203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD203; }
p { color: rgb(43,210,3); }
H1.HeaderClassName
{
color: #2BD203;
}
.AnyTagClassName
{
color: #2BD203;
}
</style>
background-color css
<style>
a { background-color: #2BD203; }
a { background-color: rgb(43,210,3); }
div.DivClassName
{
background-color: #2BD203;
}
.BgClassName
{
background-color: #2BD203;
}
</style>
border-color css
<style>
span { border-color: #2BD203; }
span { border-color: rgb(43,210,3); }
td.TdClassName
{
border-color: #2BD203;
}
.TagClassName
{
border-color: #2BD203;
}
</style>