Shades of Kelly Green #2BB70C
Tints of Kelly Green #2BB70C
RGB
CMYK
RGB Variations
Color information
#2BB70C (or 0x2BB70C) is known color: Kelly Green. HEX triplet: 2B, B7 and 0C. RGB value is (43,183,12). Sum of RGB (Red+Green+Blue) = 43+183+12=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 183 (71.88% from 255 or 76.89% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 183 - color contains mainly: green. Hex color #2BB70C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BB70C is #D448F3. Grayscale: #7A7A7A. Windows color (decimal): -13912308 or 833323. OLE color: 833323.
HSL color Cylindrical-coordinate representation of color #2BB70C: hue angle of 109.12º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BB70C is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 43 | 183 | 12 | - |
| CMYK | 0.77 | 0 | 0.93 | 0.28 |
| HSL | 109.12º | 0.88% | 0.38% | - |
| HSV(B) | 109.12º | 0.93% | 0.72% | - |
| XYZ | 18 | 34.41 | 6.04 | - |
| YUV | 121.65 | 66.12 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 183 | 12 | 0.77 | 0 | 0.93 | 0.28 | 109.12 | 0.88 | 0.38 |
| Hex | 2B | B7 | C | 4D | 0 | 5D | 1C | 6D | 58 | 26 |
| Octal | 53 | 267 | 14 | 115 | 0 | 135 | 34 | 155 | 130 | 46 |
| Binary | 101011 | 10110111 | 1100 | 1001101 | 0 | 1011101 | 11100 | 1101101 | 1011000 | 100110 |
Color Harmonies of #2BB70C
Complementary color
Monochromatic Colors of #2BB70C
Black with #2BB70C
Text Example
Text Example
White with #2BB70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB70C; }
p { color: rgb(43,183,12); }
H1.HeaderClassName
{
color: #2BB70C;
}
.AnyTagClassName
{
color: #2BB70C;
}
</style>
background-color css
<style>
a { background-color: #2BB70C; }
a { background-color: rgb(43,183,12); }
div.DivClassName
{
background-color: #2BB70C;
}
.BgClassName
{
background-color: #2BB70C;
}
</style>
border-color css
<style>
span { border-color: #2BB70C; }
span { border-color: rgb(43,183,12); }
td.TdClassName
{
border-color: #2BB70C;
}
.TagClassName
{
border-color: #2BB70C;
}
</style>