Shades of Kelly Green #2BBC06
Tints of Kelly Green #2BBC06
RGB
CMYK
RGB Variations
Color information
#2BBC06 (or 0x2BBC06) is known color: Kelly Green. HEX triplet: 2B, BC and 06. RGB value is (43,188,6). Sum of RGB (Red+Green+Blue) = 43+188+6=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 188 (73.83% from 255 or 79.32% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBC06 is #D443F9. Grayscale: #7C7C7C. Windows color (decimal): -13911034 or 441387. OLE color: 441387.
HSL color Cylindrical-coordinate representation of color #2BBC06: hue angle of 107.8º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BBC06 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 6 | - |
| CMYK | 0.77 | 0 | 0.97 | 0.26 |
| HSL | 107.8º | 0.94% | 0.38% | - |
| HSV(B) | 107.8º | 0.97% | 0.74% | - |
| XYZ | 19.01 | 36.49 | 6.21 | - |
| YUV | 123.9 | 61.46 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 6 | 0.77 | 0 | 0.97 | 0.26 | 107.8 | 0.94 | 0.38 |
| Hex | 2B | BC | 6 | 4D | 0 | 61 | 1A | 6C | 5E | 26 |
| Octal | 53 | 274 | 6 | 115 | 0 | 141 | 32 | 154 | 136 | 46 |
| Binary | 101011 | 10111100 | 110 | 1001101 | 0 | 1100001 | 11010 | 1101100 | 1011110 | 100110 |
Color Harmonies of #2BBC06
Complementary color
Monochromatic Colors of #2BBC06
Black with #2BBC06
Text Example
Text Example
White with #2BBC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC06; }
p { color: rgb(43,188,6); }
H1.HeaderClassName
{
color: #2BBC06;
}
.AnyTagClassName
{
color: #2BBC06;
}
</style>
background-color css
<style>
a { background-color: #2BBC06; }
a { background-color: rgb(43,188,6); }
div.DivClassName
{
background-color: #2BBC06;
}
.BgClassName
{
background-color: #2BBC06;
}
</style>
border-color css
<style>
span { border-color: #2BBC06; }
span { border-color: rgb(43,188,6); }
td.TdClassName
{
border-color: #2BBC06;
}
.TagClassName
{
border-color: #2BBC06;
}
</style>