Shades of Lime Green #2ADA37
Tints of Lime Green #2ADA37
RGB
CMYK
RGB Variations
Color information
#2ADA37 (or 0x2ADA37) is known color: Lime Green. HEX triplet: 2A, DA and 37. RGB value is (42,218,55). Sum of RGB (Red+Green+Blue) = 42+218+55=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 218 (85.55% from 255 or 69.21% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADA37 is #D525C8. Grayscale: #939393. Windows color (decimal): -13968841 or 3660330. OLE color: 3660330.
HSL color Cylindrical-coordinate representation of color #2ADA37: hue angle of 124.43º 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 #2ADA37 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 55 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.15 |
| HSL | 124.43º | 0.7% | 0.51% | - |
| HSV(B) | 124.43º | 0.81% | 0.85% | - |
| XYZ | 26.72 | 50.91 | 12.03 | - |
| YUV | 146.79 | 76.19 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 55 | 0.81 | 0 | 0.75 | 0.15 | 124.43 | 0.7 | 0.51 |
| Hex | 2A | DA | 37 | 51 | 0 | 4B | F | 7C | 46 | 33 |
| Octal | 52 | 332 | 67 | 121 | 0 | 113 | 17 | 174 | 106 | 63 |
| Binary | 101010 | 11011010 | 110111 | 1010001 | 0 | 1001011 | 1111 | 1111100 | 1000110 | 110011 |
Color Harmonies of #2ADA37
Complementary color
Monochromatic Colors of #2ADA37
Black with #2ADA37
Text Example
Text Example
White with #2ADA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADA37; }
p { color: rgb(42,218,55); }
H1.HeaderClassName
{
color: #2ADA37;
}
.AnyTagClassName
{
color: #2ADA37;
}
</style>
background-color css
<style>
a { background-color: #2ADA37; }
a { background-color: rgb(42,218,55); }
div.DivClassName
{
background-color: #2ADA37;
}
.BgClassName
{
background-color: #2ADA37;
}
</style>
border-color css
<style>
span { border-color: #2ADA37; }
span { border-color: rgb(42,218,55); }
td.TdClassName
{
border-color: #2ADA37;
}
.TagClassName
{
border-color: #2ADA37;
}
</style>