Shades of Lime Green #2AD340
Tints of Lime Green #2AD340
RGB
CMYK
RGB Variations
Color information
#2AD340 (or 0x2AD340) is known color: Lime Green. HEX triplet: 2A, D3 and 40. RGB value is (42,211,64). Sum of RGB (Red+Green+Blue) = 42+211+64=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 211 (82.81% from 255 or 66.56% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 211 - color contains mainly: green. Hex color #2AD340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD340 is #D52CBF. Grayscale: #909090. Windows color (decimal): -13970624 or 4248362. OLE color: 4248362.
HSL color Cylindrical-coordinate representation of color #2AD340: hue angle of 127.81º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD340 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 42 | 211 | 64 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.17 |
| HSL | 127.81º | 0.67% | 0.5% | - |
| HSV(B) | 127.81º | 0.8% | 0.83% | - |
| XYZ | 25.17 | 47.45 | 12.68 | - |
| YUV | 143.71 | 83.01 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 211 | 64 | 0.80 | 0 | 0.70 | 0.17 | 127.81 | 0.67 | 0.5 |
| Hex | 2A | D3 | 40 | 50 | 0 | 46 | 11 | 80 | 43 | 32 |
| Octal | 52 | 323 | 100 | 120 | 0 | 106 | 21 | 200 | 103 | 62 |
| Binary | 101010 | 11010011 | 1000000 | 1010000 | 0 | 1000110 | 10001 | 10000000 | 1000011 | 110010 |
Color Harmonies of #2AD340
Complementary color
Monochromatic Colors of #2AD340
Black with #2AD340
Text Example
Text Example
White with #2AD340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD340; }
p { color: rgb(42,211,64); }
H1.HeaderClassName
{
color: #2AD340;
}
.AnyTagClassName
{
color: #2AD340;
}
</style>
background-color css
<style>
a { background-color: #2AD340; }
a { background-color: rgb(42,211,64); }
div.DivClassName
{
background-color: #2AD340;
}
.BgClassName
{
background-color: #2AD340;
}
</style>
border-color css
<style>
span { border-color: #2AD340; }
span { border-color: rgb(42,211,64); }
td.TdClassName
{
border-color: #2AD340;
}
.TagClassName
{
border-color: #2AD340;
}
</style>