Shades of Lime Green #2ADA39
Tints of Lime Green #2ADA39
RGB
CMYK
RGB Variations
Color information
#2ADA39 (or 0x2ADA39) is known color: Lime Green. HEX triplet: 2A, DA and 39. RGB value is (42,218,57). Sum of RGB (Red+Green+Blue) = 42+218+57=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 218 (85.55% from 255 or 68.77% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADA39 is #D525C6. Grayscale: #939393. Windows color (decimal): -13968839 or 3791402. OLE color: 3791402.
HSL color Cylindrical-coordinate representation of color #2ADA39: hue angle of 125.11º 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 #2ADA39 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 57 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.15 |
| HSL | 125.11º | 0.7% | 0.51% | - |
| HSV(B) | 125.11º | 0.81% | 0.85% | - |
| XYZ | 26.76 | 50.93 | 12.29 | - |
| YUV | 147.02 | 77.19 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 57 | 0.81 | 0 | 0.74 | 0.15 | 125.11 | 0.7 | 0.51 |
| Hex | 2A | DA | 39 | 51 | 0 | 4A | F | 7D | 46 | 33 |
| Octal | 52 | 332 | 71 | 121 | 0 | 112 | 17 | 175 | 106 | 63 |
| Binary | 101010 | 11011010 | 111001 | 1010001 | 0 | 1001010 | 1111 | 1111101 | 1000110 | 110011 |
Color Harmonies of #2ADA39
Complementary color
Monochromatic Colors of #2ADA39
Black with #2ADA39
Text Example
Text Example
White with #2ADA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADA39; }
p { color: rgb(42,218,57); }
H1.HeaderClassName
{
color: #2ADA39;
}
.AnyTagClassName
{
color: #2ADA39;
}
</style>
background-color css
<style>
a { background-color: #2ADA39; }
a { background-color: rgb(42,218,57); }
div.DivClassName
{
background-color: #2ADA39;
}
.BgClassName
{
background-color: #2ADA39;
}
</style>
border-color css
<style>
span { border-color: #2ADA39; }
span { border-color: rgb(42,218,57); }
td.TdClassName
{
border-color: #2ADA39;
}
.TagClassName
{
border-color: #2ADA39;
}
</style>