Shades of Lime Green #2AEC28
Tints of Lime Green #2AEC28
RGB
CMYK
RGB Variations
Color information
#2AEC28 (or 0x2AEC28) is known color: Lime Green. HEX triplet: 2A, EC and 28. RGB value is (42,236,40). Sum of RGB (Red+Green+Blue) = 42+236+40=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 236 (92.58% from 255 or 74.21% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 236 - color contains mainly: green. Hex color #2AEC28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEC28 is #D513D7. Grayscale: #9C9C9C. Windows color (decimal): -13964248 or 2681898. OLE color: 2681898.
HSL color Cylindrical-coordinate representation of color #2AEC28: hue angle of 119.39º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AEC28 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 236 | 40 | - |
| CMYK | 0.82 | 0 | 0.83 | 0.07 |
| HSL | 119.39º | 0.84% | 0.54% | - |
| HSV(B) | 119.39º | 0.83% | 0.93% | - |
| XYZ | 31.33 | 60.64 | 12.06 | - |
| YUV | 155.65 | 62.73 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 236 | 40 | 0.82 | 0 | 0.83 | 0.07 | 119.39 | 0.84 | 0.54 |
| Hex | 2A | EC | 28 | 52 | 0 | 53 | 7 | 77 | 54 | 36 |
| Octal | 52 | 354 | 50 | 122 | 0 | 123 | 7 | 167 | 124 | 66 |
| Binary | 101010 | 11101100 | 101000 | 1010010 | 0 | 1010011 | 111 | 1110111 | 1010100 | 110110 |
Color Harmonies of #2AEC28
Complementary color
Monochromatic Colors of #2AEC28
Black with #2AEC28
Text Example
Text Example
White with #2AEC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEC28; }
p { color: rgb(42,236,40); }
H1.HeaderClassName
{
color: #2AEC28;
}
.AnyTagClassName
{
color: #2AEC28;
}
</style>
background-color css
<style>
a { background-color: #2AEC28; }
a { background-color: rgb(42,236,40); }
div.DivClassName
{
background-color: #2AEC28;
}
.BgClassName
{
background-color: #2AEC28;
}
</style>
border-color css
<style>
span { border-color: #2AEC28; }
span { border-color: rgb(42,236,40); }
td.TdClassName
{
border-color: #2AEC28;
}
.TagClassName
{
border-color: #2AEC28;
}
</style>