Shades of Lime Green #2ADA1E
Tints of Lime Green #2ADA1E
RGB
CMYK
RGB Variations
Color information
#2ADA1E (or 0x2ADA1E) is known color: Lime Green. HEX triplet: 2A, DA and 1E. RGB value is (42,218,30). Sum of RGB (Red+Green+Blue) = 42+218+30=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 218 (85.55% from 255 or 75.17% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADA1E is #D525E1. Grayscale: #909090. Windows color (decimal): -13968866 or 2021930. OLE color: 2021930.
HSL color Cylindrical-coordinate representation of color #2ADA1E: hue angle of 116.17º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2ADA1E is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 30 | - |
| CMYK | 0.81 | 0 | 0.86 | 0.15 |
| HSL | 116.17º | 0.76% | 0.49% | - |
| HSV(B) | 116.17º | 0.86% | 0.85% | - |
| XYZ | 26.26 | 50.73 | 9.64 | - |
| YUV | 143.94 | 63.69 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 30 | 0.81 | 0 | 0.86 | 0.15 | 116.17 | 0.76 | 0.49 |
| Hex | 2A | DA | 1E | 51 | 0 | 56 | F | 74 | 4C | 31 |
| Octal | 52 | 332 | 36 | 121 | 0 | 126 | 17 | 164 | 114 | 61 |
| Binary | 101010 | 11011010 | 11110 | 1010001 | 0 | 1010110 | 1111 | 1110100 | 1001100 | 110001 |
Color Harmonies of #2ADA1E
Complementary color
Monochromatic Colors of #2ADA1E
Black with #2ADA1E
Text Example
Text Example
White with #2ADA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADA1E; }
p { color: rgb(42,218,30); }
H1.HeaderClassName
{
color: #2ADA1E;
}
.AnyTagClassName
{
color: #2ADA1E;
}
</style>
background-color css
<style>
a { background-color: #2ADA1E; }
a { background-color: rgb(42,218,30); }
div.DivClassName
{
background-color: #2ADA1E;
}
.BgClassName
{
background-color: #2ADA1E;
}
</style>
border-color css
<style>
span { border-color: #2ADA1E; }
span { border-color: rgb(42,218,30); }
td.TdClassName
{
border-color: #2ADA1E;
}
.TagClassName
{
border-color: #2ADA1E;
}
</style>