Shades of Lime Green #2AE543
Tints of Lime Green #2AE543
RGB
CMYK
RGB Variations
Color information
#2AE543 (or 0x2AE543) is known color: Lime Green. HEX triplet: 2A, E5 and 43. RGB value is (42,229,67). Sum of RGB (Red+Green+Blue) = 42+229+67=338 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.43% from 338); Green value is 229 (89.84% from 255 or 67.75% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE543 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE543 is #D51ABC. Grayscale: #9B9B9B. Windows color (decimal): -13966013 or 4449578. OLE color: 4449578.
HSL color Cylindrical-coordinate representation of color #2AE543: hue angle of 128.02º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE543 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 229 | 67 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.10 |
| HSL | 128.02º | 0.78% | 0.53% | - |
| HSV(B) | 128.02º | 0.82% | 0.9% | - |
| XYZ | 29.99 | 56.94 | 14.72 | - |
| YUV | 154.62 | 78.55 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 229 | 67 | 0.82 | 0 | 0.71 | 0.10 | 128.02 | 0.78 | 0.53 |
| Hex | 2A | E5 | 43 | 52 | 0 | 47 | A | 80 | 4E | 35 |
| Octal | 52 | 345 | 103 | 122 | 0 | 107 | 12 | 200 | 116 | 65 |
| Binary | 101010 | 11100101 | 1000011 | 1010010 | 0 | 1000111 | 1010 | 10000000 | 1001110 | 110101 |
Color Harmonies of #2AE543
Complementary color
Monochromatic Colors of #2AE543
Black with #2AE543
Text Example
Text Example
White with #2AE543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE543; }
p { color: rgb(42,229,67); }
H1.HeaderClassName
{
color: #2AE543;
}
.AnyTagClassName
{
color: #2AE543;
}
</style>
background-color css
<style>
a { background-color: #2AE543; }
a { background-color: rgb(42,229,67); }
div.DivClassName
{
background-color: #2AE543;
}
.BgClassName
{
background-color: #2AE543;
}
</style>
border-color css
<style>
span { border-color: #2AE543; }
span { border-color: rgb(42,229,67); }
td.TdClassName
{
border-color: #2AE543;
}
.TagClassName
{
border-color: #2AE543;
}
</style>