Shades of Lime Green #2CBA36
Tints of Lime Green #2CBA36
RGB
CMYK
RGB Variations
Color information
#2CBA36 (or 0x2CBA36) is known color: Lime Green. HEX triplet: 2C, BA and 36. RGB value is (44,186,54). Sum of RGB (Red+Green+Blue) = 44+186+54=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBA36 is #D345C9. Grayscale: #808080. Windows color (decimal): -13845962 or 3586604. OLE color: 3586604.
HSL color Cylindrical-coordinate representation of color #2CBA36: hue angle of 124.23º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CBA36 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 186 | 54 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.27 |
| HSL | 124.23º | 0.62% | 0.45% | - |
| HSV(B) | 124.23º | 0.76% | 0.73% | - |
| XYZ | 19.26 | 35.92 | 9.41 | - |
| YUV | 128.49 | 85.96 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 186 | 54 | 0.76 | 0 | 0.71 | 0.27 | 124.23 | 0.62 | 0.45 |
| Hex | 2C | BA | 36 | 4C | 0 | 47 | 1B | 7C | 3E | 2D |
| Octal | 54 | 272 | 66 | 114 | 0 | 107 | 33 | 174 | 76 | 55 |
| Binary | 101100 | 10111010 | 110110 | 1001100 | 0 | 1000111 | 11011 | 1111100 | 111110 | 101101 |
Color Harmonies of #2CBA36
Complementary color
Monochromatic Colors of #2CBA36
Black with #2CBA36
Text Example
Text Example
White with #2CBA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBA36; }
p { color: rgb(44,186,54); }
H1.HeaderClassName
{
color: #2CBA36;
}
.AnyTagClassName
{
color: #2CBA36;
}
</style>
background-color css
<style>
a { background-color: #2CBA36; }
a { background-color: rgb(44,186,54); }
div.DivClassName
{
background-color: #2CBA36;
}
.BgClassName
{
background-color: #2CBA36;
}
</style>
border-color css
<style>
span { border-color: #2CBA36; }
span { border-color: rgb(44,186,54); }
td.TdClassName
{
border-color: #2CBA36;
}
.TagClassName
{
border-color: #2CBA36;
}
</style>