Shades of Kelly Green #2BC902
Tints of Kelly Green #2BC902
RGB
CMYK
RGB Variations
Color information
#2BC902 (or 0x2BC902) is known color: Kelly Green. HEX triplet: 2B, C9 and 02. RGB value is (43,201,2). Sum of RGB (Red+Green+Blue) = 43+201+2=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 201 (78.91% from 255 or 81.71% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 201 - color contains mainly: green. Hex color #2BC902 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC902 is #D436FD. Grayscale: #838383. Windows color (decimal): -13907710 or 182571. OLE color: 182571.
HSL color Cylindrical-coordinate representation of color #2BC902: hue angle of 107.64º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2BC902 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 201 | 2 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.21 |
| HSL | 107.64º | 0.98% | 0.4% | - |
| HSV(B) | 107.64º | 0.99% | 0.79% | - |
| XYZ | 21.89 | 42.29 | 7.07 | - |
| YUV | 131.07 | 55.15 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 201 | 2 | 0.79 | 0 | 0.99 | 0.21 | 107.64 | 0.98 | 0.4 |
| Hex | 2B | C9 | 2 | 4F | 0 | 63 | 15 | 6C | 62 | 28 |
| Octal | 53 | 311 | 2 | 117 | 0 | 143 | 25 | 154 | 142 | 50 |
| Binary | 101011 | 11001001 | 10 | 1001111 | 0 | 1100011 | 10101 | 1101100 | 1100010 | 101000 |
Color Harmonies of #2BC902
Complementary color
Monochromatic Colors of #2BC902
Black with #2BC902
Text Example
Text Example
White with #2BC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC902; }
p { color: rgb(43,201,2); }
H1.HeaderClassName
{
color: #2BC902;
}
.AnyTagClassName
{
color: #2BC902;
}
</style>
background-color css
<style>
a { background-color: #2BC902; }
a { background-color: rgb(43,201,2); }
div.DivClassName
{
background-color: #2BC902;
}
.BgClassName
{
background-color: #2BC902;
}
</style>
border-color css
<style>
span { border-color: #2BC902; }
span { border-color: rgb(43,201,2); }
td.TdClassName
{
border-color: #2BC902;
}
.TagClassName
{
border-color: #2BC902;
}
</style>