Shades of Kelly Green #2BBC12
Tints of Kelly Green #2BBC12
RGB
CMYK
RGB Variations
Color information
#2BBC12 (or 0x2BBC12) is known color: Kelly Green. HEX triplet: 2B, BC and 12. RGB value is (43,188,18). Sum of RGB (Red+Green+Blue) = 43+188+18=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 188 (73.83% from 255 or 75.50% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBC12 is #D443ED. Grayscale: #7D7D7D. Windows color (decimal): -13911022 or 1227819. OLE color: 1227819.
HSL color Cylindrical-coordinate representation of color #2BBC12: hue angle of 111.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BBC12 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 18 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.26 |
| HSL | 111.18º | 0.83% | 0.4% | - |
| HSV(B) | 111.18º | 0.9% | 0.74% | - |
| XYZ | 19.09 | 36.52 | 6.62 | - |
| YUV | 125.27 | 67.46 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 18 | 0.77 | 0 | 0.90 | 0.26 | 111.18 | 0.83 | 0.4 |
| Hex | 2B | BC | 12 | 4D | 0 | 5A | 1A | 6F | 53 | 28 |
| Octal | 53 | 274 | 22 | 115 | 0 | 132 | 32 | 157 | 123 | 50 |
| Binary | 101011 | 10111100 | 10010 | 1001101 | 0 | 1011010 | 11010 | 1101111 | 1010011 | 101000 |
Color Harmonies of #2BBC12
Complementary color
Monochromatic Colors of #2BBC12
Black with #2BBC12
Text Example
Text Example
White with #2BBC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC12; }
p { color: rgb(43,188,18); }
H1.HeaderClassName
{
color: #2BBC12;
}
.AnyTagClassName
{
color: #2BBC12;
}
</style>
background-color css
<style>
a { background-color: #2BBC12; }
a { background-color: rgb(43,188,18); }
div.DivClassName
{
background-color: #2BBC12;
}
.BgClassName
{
background-color: #2BBC12;
}
</style>
border-color css
<style>
span { border-color: #2BBC12; }
span { border-color: rgb(43,188,18); }
td.TdClassName
{
border-color: #2BBC12;
}
.TagClassName
{
border-color: #2BBC12;
}
</style>