Shades of Lime Green #2AD935
Tints of Lime Green #2AD935
RGB
CMYK
RGB Variations
Color information
#2AD935 (or 0x2AD935) is known color: Lime Green. HEX triplet: 2A, D9 and 35. RGB value is (42,217,53). Sum of RGB (Red+Green+Blue) = 42+217+53=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 217 (85.16% from 255 or 69.55% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD935 is #D526CA. Grayscale: #929292. Windows color (decimal): -13969099 or 3529002. OLE color: 3529002.
HSL color Cylindrical-coordinate representation of color #2AD935: hue angle of 123.77º 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 #2AD935 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 53 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.15 |
| HSL | 123.77º | 0.7% | 0.51% | - |
| HSV(B) | 123.77º | 0.81% | 0.85% | - |
| XYZ | 26.41 | 50.37 | 11.7 | - |
| YUV | 145.98 | 75.52 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 53 | 0.81 | 0 | 0.76 | 0.15 | 123.77 | 0.7 | 0.51 |
| Hex | 2A | D9 | 35 | 51 | 0 | 4C | F | 7C | 46 | 33 |
| Octal | 52 | 331 | 65 | 121 | 0 | 114 | 17 | 174 | 106 | 63 |
| Binary | 101010 | 11011001 | 110101 | 1010001 | 0 | 1001100 | 1111 | 1111100 | 1000110 | 110011 |
Color Harmonies of #2AD935
Complementary color
Monochromatic Colors of #2AD935
Black with #2AD935
Text Example
Text Example
White with #2AD935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD935; }
p { color: rgb(42,217,53); }
H1.HeaderClassName
{
color: #2AD935;
}
.AnyTagClassName
{
color: #2AD935;
}
</style>
background-color css
<style>
a { background-color: #2AD935; }
a { background-color: rgb(42,217,53); }
div.DivClassName
{
background-color: #2AD935;
}
.BgClassName
{
background-color: #2AD935;
}
</style>
border-color css
<style>
span { border-color: #2AD935; }
span { border-color: rgb(42,217,53); }
td.TdClassName
{
border-color: #2AD935;
}
.TagClassName
{
border-color: #2AD935;
}
</style>