Shades of Lime Green #2AE62C
Tints of Lime Green #2AE62C
RGB
CMYK
RGB Variations
Color information
#2AE62C (or 0x2AE62C) is known color: Lime Green. HEX triplet: 2A, E6 and 2C. RGB value is (42,230,44). Sum of RGB (Red+Green+Blue) = 42+230+44=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 230 (90.23% from 255 or 72.78% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE62C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE62C is #D519D3. Grayscale: #999999. Windows color (decimal): -13965780 or 2942506. OLE color: 2942506.
HSL color Cylindrical-coordinate representation of color #2AE62C: hue angle of 120.64º degrees, saturation: 0.79, 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 #2AE62C is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 230 | 44 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.10 |
| HSL | 120.64º | 0.79% | 0.53% | - |
| HSV(B) | 120.64º | 0.82% | 0.9% | - |
| XYZ | 29.71 | 57.27 | 11.87 | - |
| YUV | 152.58 | 66.72 | 49.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 230 | 44 | 0.82 | 0 | 0.81 | 0.10 | 120.64 | 0.79 | 0.53 |
| Hex | 2A | E6 | 2C | 52 | 0 | 51 | A | 79 | 4F | 35 |
| Octal | 52 | 346 | 54 | 122 | 0 | 121 | 12 | 171 | 117 | 65 |
| Binary | 101010 | 11100110 | 101100 | 1010010 | 0 | 1010001 | 1010 | 1111001 | 1001111 | 110101 |
Color Harmonies of #2AE62C
Complementary color
Monochromatic Colors of #2AE62C
Black with #2AE62C
Text Example
Text Example
White with #2AE62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE62C; }
p { color: rgb(42,230,44); }
H1.HeaderClassName
{
color: #2AE62C;
}
.AnyTagClassName
{
color: #2AE62C;
}
</style>
background-color css
<style>
a { background-color: #2AE62C; }
a { background-color: rgb(42,230,44); }
div.DivClassName
{
background-color: #2AE62C;
}
.BgClassName
{
background-color: #2AE62C;
}
</style>
border-color css
<style>
span { border-color: #2AE62C; }
span { border-color: rgb(42,230,44); }
td.TdClassName
{
border-color: #2AE62C;
}
.TagClassName
{
border-color: #2AE62C;
}
</style>