Shades of Lime Green #2AE717
Tints of Lime Green #2AE717
RGB
CMYK
RGB Variations
Color information
#2AE717 (or 0x2AE717) is known color: Lime Green. HEX triplet: 2A, E7 and 17. RGB value is (42,231,23). Sum of RGB (Red+Green+Blue) = 42+231+23=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 231 (90.62% from 255 or 78.04% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 231 - color contains mainly: green. Hex color #2AE717 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AE717 is #D518E8. Grayscale: #979797. Windows color (decimal): -13965545 or 1566506. OLE color: 1566506.
HSL color Cylindrical-coordinate representation of color #2AE717: hue angle of 114.52º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AE717 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 231 | 23 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.09 |
| HSL | 114.52º | 0.82% | 0.5% | - |
| HSV(B) | 114.52º | 0.9% | 0.91% | - |
| XYZ | 29.69 | 57.71 | 10.38 | - |
| YUV | 150.78 | 55.88 | 50.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 231 | 23 | 0.82 | 0 | 0.90 | 0.09 | 114.52 | 0.82 | 0.5 |
| Hex | 2A | E7 | 17 | 52 | 0 | 5A | 9 | 73 | 52 | 32 |
| Octal | 52 | 347 | 27 | 122 | 0 | 132 | 11 | 163 | 122 | 62 |
| Binary | 101010 | 11100111 | 10111 | 1010010 | 0 | 1011010 | 1001 | 1110011 | 1010010 | 110010 |
Color Harmonies of #2AE717
Complementary color
Monochromatic Colors of #2AE717
Black with #2AE717
Text Example
Text Example
White with #2AE717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE717; }
p { color: rgb(42,231,23); }
H1.HeaderClassName
{
color: #2AE717;
}
.AnyTagClassName
{
color: #2AE717;
}
</style>
background-color css
<style>
a { background-color: #2AE717; }
a { background-color: rgb(42,231,23); }
div.DivClassName
{
background-color: #2AE717;
}
.BgClassName
{
background-color: #2AE717;
}
</style>
border-color css
<style>
span { border-color: #2AE717; }
span { border-color: rgb(42,231,23); }
td.TdClassName
{
border-color: #2AE717;
}
.TagClassName
{
border-color: #2AE717;
}
</style>