Shades of Kelly Green #2BBC04
Tints of Kelly Green #2BBC04
RGB
CMYK
RGB Variations
Color information
#2BBC04 (or 0x2BBC04) is known color: Kelly Green. HEX triplet: 2B, BC and 04. RGB value is (43,188,4). Sum of RGB (Red+Green+Blue) = 43+188+4=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 188 (73.83% from 255 or 80% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBC04 is #D443FB. Grayscale: #7C7C7C. Windows color (decimal): -13911036 or 310315. OLE color: 310315.
HSL color Cylindrical-coordinate representation of color #2BBC04: hue angle of 107.28º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2BBC04 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 4 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.26 |
| HSL | 107.28º | 0.96% | 0.38% | - |
| HSV(B) | 107.28º | 0.98% | 0.74% | - |
| XYZ | 19 | 36.49 | 6.16 | - |
| YUV | 123.67 | 60.46 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 4 | 0.77 | 0 | 0.98 | 0.26 | 107.28 | 0.96 | 0.38 |
| Hex | 2B | BC | 4 | 4D | 0 | 62 | 1A | 6B | 60 | 26 |
| Octal | 53 | 274 | 4 | 115 | 0 | 142 | 32 | 153 | 140 | 46 |
| Binary | 101011 | 10111100 | 100 | 1001101 | 0 | 1100010 | 11010 | 1101011 | 1100000 | 100110 |
Color Harmonies of #2BBC04
Complementary color
Monochromatic Colors of #2BBC04
Black with #2BBC04
Text Example
Text Example
White with #2BBC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC04; }
p { color: rgb(43,188,4); }
H1.HeaderClassName
{
color: #2BBC04;
}
.AnyTagClassName
{
color: #2BBC04;
}
</style>
background-color css
<style>
a { background-color: #2BBC04; }
a { background-color: rgb(43,188,4); }
div.DivClassName
{
background-color: #2BBC04;
}
.BgClassName
{
background-color: #2BBC04;
}
</style>
border-color css
<style>
span { border-color: #2BBC04; }
span { border-color: rgb(43,188,4); }
td.TdClassName
{
border-color: #2BBC04;
}
.TagClassName
{
border-color: #2BBC04;
}
</style>