Shades of Kelly Green #2BC904
Tints of Kelly Green #2BC904
RGB
CMYK
RGB Variations
Color information
#2BC904 (or 0x2BC904) is known color: Kelly Green. HEX triplet: 2B, C9 and 04. RGB value is (43,201,4). Sum of RGB (Red+Green+Blue) = 43+201+4=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 201 (78.91% from 255 or 81.05% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 201 - color contains mainly: green. Hex color #2BC904 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC904 is #D436FB. Grayscale: #838383. Windows color (decimal): -13907708 or 313643. OLE color: 313643.
HSL color Cylindrical-coordinate representation of color #2BC904: hue angle of 108.12º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2BC904 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 201 | 4 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.21 |
| HSL | 108.12º | 0.96% | 0.4% | - |
| HSV(B) | 108.12º | 0.98% | 0.79% | - |
| XYZ | 21.9 | 42.3 | 7.12 | - |
| YUV | 131.3 | 56.15 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 201 | 4 | 0.79 | 0 | 0.98 | 0.21 | 108.12 | 0.96 | 0.4 |
| Hex | 2B | C9 | 4 | 4F | 0 | 62 | 15 | 6C | 60 | 28 |
| Octal | 53 | 311 | 4 | 117 | 0 | 142 | 25 | 154 | 140 | 50 |
| Binary | 101011 | 11001001 | 100 | 1001111 | 0 | 1100010 | 10101 | 1101100 | 1100000 | 101000 |
Color Harmonies of #2BC904
Complementary color
Monochromatic Colors of #2BC904
Black with #2BC904
Text Example
Text Example
White with #2BC904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC904; }
p { color: rgb(43,201,4); }
H1.HeaderClassName
{
color: #2BC904;
}
.AnyTagClassName
{
color: #2BC904;
}
</style>
background-color css
<style>
a { background-color: #2BC904; }
a { background-color: rgb(43,201,4); }
div.DivClassName
{
background-color: #2BC904;
}
.BgClassName
{
background-color: #2BC904;
}
</style>
border-color css
<style>
span { border-color: #2BC904; }
span { border-color: rgb(43,201,4); }
td.TdClassName
{
border-color: #2BC904;
}
.TagClassName
{
border-color: #2BC904;
}
</style>