Shades of Kelly Green #2BAE12
Tints of Kelly Green #2BAE12
RGB
CMYK
RGB Variations
Color information
#2BAE12 (or 0x2BAE12) is known color: Kelly Green. HEX triplet: 2B, AE and 12. RGB value is (43,174,18). Sum of RGB (Red+Green+Blue) = 43+174+18=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 174 (68.36% from 255 or 74.04% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAE12 is #D451ED. Grayscale: #757575. Windows color (decimal): -13914606 or 1224235. OLE color: 1224235.
HSL color Cylindrical-coordinate representation of color #2BAE12: hue angle of 110.38º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BAE12 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 174 | 18 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.32 |
| HSL | 110.38º | 0.81% | 0.38% | - |
| HSV(B) | 110.38º | 0.9% | 0.68% | - |
| XYZ | 16.24 | 30.83 | 5.67 | - |
| YUV | 117.05 | 72.1 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 18 | 0.75 | 0 | 0.90 | 0.32 | 110.38 | 0.81 | 0.38 |
| Hex | 2B | AE | 12 | 4B | 0 | 5A | 20 | 6E | 51 | 26 |
| Octal | 53 | 256 | 22 | 113 | 0 | 132 | 40 | 156 | 121 | 46 |
| Binary | 101011 | 10101110 | 10010 | 1001011 | 0 | 1011010 | 100000 | 1101110 | 1010001 | 100110 |
Color Harmonies of #2BAE12
Complementary color
Monochromatic Colors of #2BAE12
Black with #2BAE12
Text Example
Text Example
White with #2BAE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAE12; }
p { color: rgb(43,174,18); }
H1.HeaderClassName
{
color: #2BAE12;
}
.AnyTagClassName
{
color: #2BAE12;
}
</style>
background-color css
<style>
a { background-color: #2BAE12; }
a { background-color: rgb(43,174,18); }
div.DivClassName
{
background-color: #2BAE12;
}
.BgClassName
{
background-color: #2BAE12;
}
</style>
border-color css
<style>
span { border-color: #2BAE12; }
span { border-color: rgb(43,174,18); }
td.TdClassName
{
border-color: #2BAE12;
}
.TagClassName
{
border-color: #2BAE12;
}
</style>