Shades of Lime Green #2CAB3C
Tints of Lime Green #2CAB3C
RGB
CMYK
RGB Variations
Color information
#2CAB3C (or 0x2CAB3C) is known color: Lime Green. HEX triplet: 2C, AB and 3C. RGB value is (44,171,60). Sum of RGB (Red+Green+Blue) = 44+171+60=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 171 (67.19% from 255 or 62.18% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 171 - color contains mainly: green. Hex color #2CAB3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAB3C is #D354C3. Grayscale: #787878. Windows color (decimal): -13849796 or 3975980. OLE color: 3975980.
HSL color Cylindrical-coordinate representation of color #2CAB3C: hue angle of 127.56º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAB3C is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 171 | 60 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.33 |
| HSL | 127.56º | 0.59% | 0.42% | - |
| HSV(B) | 127.56º | 0.74% | 0.67% | - |
| XYZ | 16.42 | 29.99 | 9.2 | - |
| YUV | 120.37 | 93.92 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 171 | 60 | 0.74 | 0 | 0.65 | 0.33 | 127.56 | 0.59 | 0.42 |
| Hex | 2C | AB | 3C | 4A | 0 | 41 | 21 | 80 | 3B | 2A |
| Octal | 54 | 253 | 74 | 112 | 0 | 101 | 41 | 200 | 73 | 52 |
| Binary | 101100 | 10101011 | 111100 | 1001010 | 0 | 1000001 | 100001 | 10000000 | 111011 | 101010 |
Color Harmonies of #2CAB3C
Complementary color
Monochromatic Colors of #2CAB3C
Black with #2CAB3C
Text Example
Text Example
White with #2CAB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAB3C; }
p { color: rgb(44,171,60); }
H1.HeaderClassName
{
color: #2CAB3C;
}
.AnyTagClassName
{
color: #2CAB3C;
}
</style>
background-color css
<style>
a { background-color: #2CAB3C; }
a { background-color: rgb(44,171,60); }
div.DivClassName
{
background-color: #2CAB3C;
}
.BgClassName
{
background-color: #2CAB3C;
}
</style>
border-color css
<style>
span { border-color: #2CAB3C; }
span { border-color: rgb(44,171,60); }
td.TdClassName
{
border-color: #2CAB3C;
}
.TagClassName
{
border-color: #2CAB3C;
}
</style>