Shades of Kelly Green #2BBC0F
Tints of Kelly Green #2BBC0F
RGB
CMYK
RGB Variations
Color information
#2BBC0F (or 0x2BBC0F) is known color: Kelly Green. HEX triplet: 2B, BC and 0F. RGB value is (43,188,15). Sum of RGB (Red+Green+Blue) = 43+188+15=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 188 (73.83% from 255 or 76.42% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBC0F is #D443F0. Grayscale: #7D7D7D. Windows color (decimal): -13911025 or 1031211. OLE color: 1031211.
HSL color Cylindrical-coordinate representation of color #2BBC0F: hue angle of 110.29º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2BBC0F is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 15 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.26 |
| HSL | 110.29º | 0.85% | 0.4% | - |
| HSV(B) | 110.29º | 0.92% | 0.74% | - |
| XYZ | 19.07 | 36.51 | 6.5 | - |
| YUV | 124.92 | 65.96 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 15 | 0.77 | 0 | 0.92 | 0.26 | 110.29 | 0.85 | 0.4 |
| Hex | 2B | BC | F | 4D | 0 | 5C | 1A | 6E | 55 | 28 |
| Octal | 53 | 274 | 17 | 115 | 0 | 134 | 32 | 156 | 125 | 50 |
| Binary | 101011 | 10111100 | 1111 | 1001101 | 0 | 1011100 | 11010 | 1101110 | 1010101 | 101000 |
Color Harmonies of #2BBC0F
Complementary color
Monochromatic Colors of #2BBC0F
Black with #2BBC0F
Text Example
Text Example
White with #2BBC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC0F; }
p { color: rgb(43,188,15); }
H1.HeaderClassName
{
color: #2BBC0F;
}
.AnyTagClassName
{
color: #2BBC0F;
}
</style>
background-color css
<style>
a { background-color: #2BBC0F; }
a { background-color: rgb(43,188,15); }
div.DivClassName
{
background-color: #2BBC0F;
}
.BgClassName
{
background-color: #2BBC0F;
}
</style>
border-color css
<style>
span { border-color: #2BBC0F; }
span { border-color: rgb(43,188,15); }
td.TdClassName
{
border-color: #2BBC0F;
}
.TagClassName
{
border-color: #2BBC0F;
}
</style>