Shades of Kelly Green #2BBC14
Tints of Kelly Green #2BBC14
RGB
CMYK
RGB Variations
Color information
#2BBC14 (or 0x2BBC14) is known color: Kelly Green. HEX triplet: 2B, BC and 14. RGB value is (43,188,20). Sum of RGB (Red+Green+Blue) = 43+188+20=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 188 (73.83% from 255 or 74.90% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBC14 is #D443EB. Grayscale: #7E7E7E. Windows color (decimal): -13911020 or 1358891. OLE color: 1358891.
HSL color Cylindrical-coordinate representation of color #2BBC14: hue angle of 111.79º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2BBC14 is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 20 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.26 |
| HSL | 111.79º | 0.81% | 0.41% | - |
| HSV(B) | 111.79º | 0.89% | 0.74% | - |
| XYZ | 19.11 | 36.53 | 6.71 | - |
| YUV | 125.49 | 68.46 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 20 | 0.77 | 0 | 0.89 | 0.26 | 111.79 | 0.81 | 0.41 |
| Hex | 2B | BC | 14 | 4D | 0 | 59 | 1A | 70 | 51 | 29 |
| Octal | 53 | 274 | 24 | 115 | 0 | 131 | 32 | 160 | 121 | 51 |
| Binary | 101011 | 10111100 | 10100 | 1001101 | 0 | 1011001 | 11010 | 1110000 | 1010001 | 101001 |
Color Harmonies of #2BBC14
Complementary color
Monochromatic Colors of #2BBC14
Black with #2BBC14
Text Example
Text Example
White with #2BBC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC14; }
p { color: rgb(43,188,20); }
H1.HeaderClassName
{
color: #2BBC14;
}
.AnyTagClassName
{
color: #2BBC14;
}
</style>
background-color css
<style>
a { background-color: #2BBC14; }
a { background-color: rgb(43,188,20); }
div.DivClassName
{
background-color: #2BBC14;
}
.BgClassName
{
background-color: #2BBC14;
}
</style>
border-color css
<style>
span { border-color: #2BBC14; }
span { border-color: rgb(43,188,20); }
td.TdClassName
{
border-color: #2BBC14;
}
.TagClassName
{
border-color: #2BBC14;
}
</style>