Shades of Kelly Green #2BB112
Tints of Kelly Green #2BB112
RGB
CMYK
RGB Variations
Color information
#2BB112 (or 0x2BB112) is known color: Kelly Green. HEX triplet: 2B, B1 and 12. RGB value is (43,177,18). Sum of RGB (Red+Green+Blue) = 43+177+18=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 177 (69.53% from 255 or 74.37% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 177 - color contains mainly: green. Hex color #2BB112 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BB112 is #D44EED. Grayscale: #777777. Windows color (decimal): -13913838 or 1225003. OLE color: 1225003.
HSL color Cylindrical-coordinate representation of color #2BB112: hue angle of 110.57º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BB112 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 177 | 18 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.31 |
| HSL | 110.57º | 0.82% | 0.38% | - |
| HSV(B) | 110.57º | 0.9% | 0.69% | - |
| XYZ | 16.83 | 32 | 5.86 | - |
| YUV | 118.81 | 71.11 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 177 | 18 | 0.76 | 0 | 0.90 | 0.31 | 110.57 | 0.82 | 0.38 |
| Hex | 2B | B1 | 12 | 4C | 0 | 5A | 1F | 6F | 52 | 26 |
| Octal | 53 | 261 | 22 | 114 | 0 | 132 | 37 | 157 | 122 | 46 |
| Binary | 101011 | 10110001 | 10010 | 1001100 | 0 | 1011010 | 11111 | 1101111 | 1010010 | 100110 |
Color Harmonies of #2BB112
Complementary color
Monochromatic Colors of #2BB112
Black with #2BB112
Text Example
Text Example
White with #2BB112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB112; }
p { color: rgb(43,177,18); }
H1.HeaderClassName
{
color: #2BB112;
}
.AnyTagClassName
{
color: #2BB112;
}
</style>
background-color css
<style>
a { background-color: #2BB112; }
a { background-color: rgb(43,177,18); }
div.DivClassName
{
background-color: #2BB112;
}
.BgClassName
{
background-color: #2BB112;
}
</style>
border-color css
<style>
span { border-color: #2BB112; }
span { border-color: rgb(43,177,18); }
td.TdClassName
{
border-color: #2BB112;
}
.TagClassName
{
border-color: #2BB112;
}
</style>