Shades of Lime Green #2CBA4A
Tints of Lime Green #2CBA4A
RGB
CMYK
RGB Variations
Color information
#2CBA4A (or 0x2CBA4A) is known color: Lime Green. HEX triplet: 2C, BA and 4A. RGB value is (44,186,74). Sum of RGB (Red+Green+Blue) = 44+186+74=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 186 (73.05% from 255 or 61.18% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBA4A is #D345B5. Grayscale: #838383. Windows color (decimal): -13845942 or 4897324. OLE color: 4897324.
HSL color Cylindrical-coordinate representation of color #2CBA4A: hue angle of 132.68º 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 #2CBA4A is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 186 | 74 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.27 |
| HSL | 132.68º | 0.62% | 0.45% | - |
| HSV(B) | 132.68º | 0.76% | 0.73% | - |
| XYZ | 19.83 | 36.15 | 12.41 | - |
| YUV | 130.77 | 95.96 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 186 | 74 | 0.76 | 0 | 0.60 | 0.27 | 132.68 | 0.62 | 0.45 |
| Hex | 2C | BA | 4A | 4C | 0 | 3C | 1B | 85 | 3E | 2D |
| Octal | 54 | 272 | 112 | 114 | 0 | 74 | 33 | 205 | 76 | 55 |
| Binary | 101100 | 10111010 | 1001010 | 1001100 | 0 | 111100 | 11011 | 10000101 | 111110 | 101101 |
Color Harmonies of #2CBA4A
Complementary color
Monochromatic Colors of #2CBA4A
Black with #2CBA4A
Text Example
Text Example
White with #2CBA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBA4A; }
p { color: rgb(44,186,74); }
H1.HeaderClassName
{
color: #2CBA4A;
}
.AnyTagClassName
{
color: #2CBA4A;
}
</style>
background-color css
<style>
a { background-color: #2CBA4A; }
a { background-color: rgb(44,186,74); }
div.DivClassName
{
background-color: #2CBA4A;
}
.BgClassName
{
background-color: #2CBA4A;
}
</style>
border-color css
<style>
span { border-color: #2CBA4A; }
span { border-color: rgb(44,186,74); }
td.TdClassName
{
border-color: #2CBA4A;
}
.TagClassName
{
border-color: #2CBA4A;
}
</style>