Shades of Kelly Green #2BBC00
Tints of Kelly Green #2BBC00
RGB
CMYK
RGB Variations
Color information
#2BBC00 (or 0x2BBC00) is known color: Kelly Green. HEX triplet: 2B, BC and 00. RGB value is (43,188,0). Sum of RGB (Red+Green+Blue) = 43+188+0=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 188 (73.83% from 255 or 81.39% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBC00 is #D443FF. Grayscale: #7B7B7B. Windows color (decimal): -13911040 or 48171. OLE color: 48171.
HSL color Cylindrical-coordinate representation of color #2BBC00: hue angle of 106.28º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2BBC00 is Cyan = 0.77, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 0 | - |
| CMYK | 0.77 | 0 | 1 | 0.26 |
| HSL | 106.28º | 1% | 0.37% | - |
| HSV(B) | 106.28º | 1% | 0.74% | - |
| XYZ | 18.98 | 36.48 | 6.04 | - |
| YUV | 123.21 | 58.46 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 0 | 0.77 | 0 | 1 | 0.26 | 106.28 | 1 | 0.37 |
| Hex | 2B | BC | 0 | 4D | 0 | 64 | 1A | 6A | 64 | 25 |
| Octal | 53 | 274 | 0 | 115 | 0 | 144 | 32 | 152 | 144 | 45 |
| Binary | 101011 | 10111100 | 0 | 1001101 | 0 | 1100100 | 11010 | 1101010 | 1100100 | 100101 |
Color Harmonies of #2BBC00
Complementary color
Monochromatic Colors of #2BBC00
Black with #2BBC00
Text Example
Text Example
White with #2BBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC00; }
p { color: rgb(43,188,0); }
H1.HeaderClassName
{
color: #2BBC00;
}
.AnyTagClassName
{
color: #2BBC00;
}
</style>
background-color css
<style>
a { background-color: #2BBC00; }
a { background-color: rgb(43,188,0); }
div.DivClassName
{
background-color: #2BBC00;
}
.BgClassName
{
background-color: #2BBC00;
}
</style>
border-color css
<style>
span { border-color: #2BBC00; }
span { border-color: rgb(43,188,0); }
td.TdClassName
{
border-color: #2BBC00;
}
.TagClassName
{
border-color: #2BBC00;
}
</style>