Shades of Lime Green #2ADA3A
Tints of Lime Green #2ADA3A
RGB
CMYK
RGB Variations
Color information
#2ADA3A (or 0x2ADA3A) is known color: Lime Green. HEX triplet: 2A, DA and 3A. RGB value is (42,218,58). Sum of RGB (Red+Green+Blue) = 42+218+58=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 218 (85.55% from 255 or 68.55% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADA3A is #D525C5. Grayscale: #939393. Windows color (decimal): -13968838 or 3856938. OLE color: 3856938.
HSL color Cylindrical-coordinate representation of color #2ADA3A: hue angle of 125.45º 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 #2ADA3A is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 58 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.15 |
| HSL | 125.45º | 0.7% | 0.51% | - |
| HSV(B) | 125.45º | 0.81% | 0.85% | - |
| XYZ | 26.79 | 50.94 | 12.42 | - |
| YUV | 147.14 | 77.69 | 53.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 58 | 0.81 | 0 | 0.73 | 0.15 | 125.45 | 0.7 | 0.51 |
| Hex | 2A | DA | 3A | 51 | 0 | 49 | F | 7D | 46 | 33 |
| Octal | 52 | 332 | 72 | 121 | 0 | 111 | 17 | 175 | 106 | 63 |
| Binary | 101010 | 11011010 | 111010 | 1010001 | 0 | 1001001 | 1111 | 1111101 | 1000110 | 110011 |
Color Harmonies of #2ADA3A
Complementary color
Monochromatic Colors of #2ADA3A
Black with #2ADA3A
Text Example
Text Example
White with #2ADA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADA3A; }
p { color: rgb(42,218,58); }
H1.HeaderClassName
{
color: #2ADA3A;
}
.AnyTagClassName
{
color: #2ADA3A;
}
</style>
background-color css
<style>
a { background-color: #2ADA3A; }
a { background-color: rgb(42,218,58); }
div.DivClassName
{
background-color: #2ADA3A;
}
.BgClassName
{
background-color: #2ADA3A;
}
</style>
border-color css
<style>
span { border-color: #2ADA3A; }
span { border-color: rgb(42,218,58); }
td.TdClassName
{
border-color: #2ADA3A;
}
.TagClassName
{
border-color: #2ADA3A;
}
</style>