Shades of Lime Green #2AED23
Tints of Lime Green #2AED23
RGB
CMYK
RGB Variations
Color information
#2AED23 (or 0x2AED23) is known color: Lime Green. HEX triplet: 2A, ED and 23. RGB value is (42,237,35). Sum of RGB (Red+Green+Blue) = 42+237+35=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 237 (92.97% from 255 or 75.48% from 314); Blue value is 35 (14.06% from 255 or 11.15% from 314); Max value from RGB is 237 - color contains mainly: green. Hex color #2AED23 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AED23 is #D512DC. Grayscale: #9C9C9C. Windows color (decimal): -13963997 or 2354474. OLE color: 2354474.
HSL color Cylindrical-coordinate representation of color #2AED23: hue angle of 117.92º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2AED23 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 237 | 35 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.07 |
| HSL | 117.92º | 0.85% | 0.53% | - |
| HSV(B) | 117.92º | 0.85% | 0.93% | - |
| XYZ | 31.54 | 61.18 | 11.74 | - |
| YUV | 155.67 | 59.9 | 46.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 237 | 35 | 0.82 | 0 | 0.85 | 0.07 | 117.92 | 0.85 | 0.53 |
| Hex | 2A | ED | 23 | 52 | 0 | 55 | 7 | 76 | 55 | 35 |
| Octal | 52 | 355 | 43 | 122 | 0 | 125 | 7 | 166 | 125 | 65 |
| Binary | 101010 | 11101101 | 100011 | 1010010 | 0 | 1010101 | 111 | 1110110 | 1010101 | 110101 |
Color Harmonies of #2AED23
Complementary color
Monochromatic Colors of #2AED23
Black with #2AED23
Text Example
Text Example
White with #2AED23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AED23; }
p { color: rgb(42,237,35); }
H1.HeaderClassName
{
color: #2AED23;
}
.AnyTagClassName
{
color: #2AED23;
}
</style>
background-color css
<style>
a { background-color: #2AED23; }
a { background-color: rgb(42,237,35); }
div.DivClassName
{
background-color: #2AED23;
}
.BgClassName
{
background-color: #2AED23;
}
</style>
border-color css
<style>
span { border-color: #2AED23; }
span { border-color: rgb(42,237,35); }
td.TdClassName
{
border-color: #2AED23;
}
.TagClassName
{
border-color: #2AED23;
}
</style>