Shades of Lime Green #2AD93F
Tints of Lime Green #2AD93F
RGB
CMYK
RGB Variations
Color information
#2AD93F (or 0x2AD93F) is known color: Lime Green. HEX triplet: 2A, D9 and 3F. RGB value is (42,217,63). Sum of RGB (Red+Green+Blue) = 42+217+63=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 217 (85.16% from 255 or 67.39% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD93F is #D526C0. Grayscale: #939393. Windows color (decimal): -13969089 or 4184362. OLE color: 4184362.
HSL color Cylindrical-coordinate representation of color #2AD93F: hue angle of 127.2º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD93F is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 63 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.15 |
| HSL | 127.2º | 0.7% | 0.51% | - |
| HSV(B) | 127.2º | 0.81% | 0.85% | - |
| XYZ | 26.66 | 50.48 | 13.04 | - |
| YUV | 147.12 | 80.52 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 63 | 0.81 | 0 | 0.71 | 0.15 | 127.2 | 0.7 | 0.51 |
| Hex | 2A | D9 | 3F | 51 | 0 | 47 | F | 7F | 46 | 33 |
| Octal | 52 | 331 | 77 | 121 | 0 | 107 | 17 | 177 | 106 | 63 |
| Binary | 101010 | 11011001 | 111111 | 1010001 | 0 | 1000111 | 1111 | 1111111 | 1000110 | 110011 |
Color Harmonies of #2AD93F
Complementary color
Monochromatic Colors of #2AD93F
Black with #2AD93F
Text Example
Text Example
White with #2AD93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD93F; }
p { color: rgb(42,217,63); }
H1.HeaderClassName
{
color: #2AD93F;
}
.AnyTagClassName
{
color: #2AD93F;
}
</style>
background-color css
<style>
a { background-color: #2AD93F; }
a { background-color: rgb(42,217,63); }
div.DivClassName
{
background-color: #2AD93F;
}
.BgClassName
{
background-color: #2AD93F;
}
</style>
border-color css
<style>
span { border-color: #2AD93F; }
span { border-color: rgb(42,217,63); }
td.TdClassName
{
border-color: #2AD93F;
}
.TagClassName
{
border-color: #2AD93F;
}
</style>