Shades of Lime Green #2ACB4E
Tints of Lime Green #2ACB4E
RGB
CMYK
RGB Variations
Color information
#2ACB4E (or 0x2ACB4E) is known color: Lime Green. HEX triplet: 2A, CB and 4E. RGB value is (42,203,78). Sum of RGB (Red+Green+Blue) = 42+203+78=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 203 (79.69% from 255 or 62.85% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACB4E is #D534B1. Grayscale: #8C8C8C. Windows color (decimal): -13972658 or 5163818. OLE color: 5163818.
HSL color Cylindrical-coordinate representation of color #2ACB4E: hue angle of 133.42º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACB4E is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 203 | 78 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.20 |
| HSL | 133.42º | 0.66% | 0.48% | - |
| HSV(B) | 133.42º | 0.79% | 0.8% | - |
| XYZ | 23.69 | 43.75 | 14.4 | - |
| YUV | 140.61 | 92.66 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 203 | 78 | 0.79 | 0 | 0.62 | 0.20 | 133.42 | 0.66 | 0.48 |
| Hex | 2A | CB | 4E | 4F | 0 | 3E | 14 | 85 | 42 | 30 |
| Octal | 52 | 313 | 116 | 117 | 0 | 76 | 24 | 205 | 102 | 60 |
| Binary | 101010 | 11001011 | 1001110 | 1001111 | 0 | 111110 | 10100 | 10000101 | 1000010 | 110000 |
Color Harmonies of #2ACB4E
Complementary color
Monochromatic Colors of #2ACB4E
Black with #2ACB4E
Text Example
Text Example
White with #2ACB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACB4E; }
p { color: rgb(42,203,78); }
H1.HeaderClassName
{
color: #2ACB4E;
}
.AnyTagClassName
{
color: #2ACB4E;
}
</style>
background-color css
<style>
a { background-color: #2ACB4E; }
a { background-color: rgb(42,203,78); }
div.DivClassName
{
background-color: #2ACB4E;
}
.BgClassName
{
background-color: #2ACB4E;
}
</style>
border-color css
<style>
span { border-color: #2ACB4E; }
span { border-color: rgb(42,203,78); }
td.TdClassName
{
border-color: #2ACB4E;
}
.TagClassName
{
border-color: #2ACB4E;
}
</style>