Shades of Lime Green #2ADA13
Tints of Lime Green #2ADA13
RGB
CMYK
RGB Variations
Color information
#2ADA13 (or 0x2ADA13) is known color: Lime Green. HEX triplet: 2A, DA and 13. RGB value is (42,218,19). Sum of RGB (Red+Green+Blue) = 42+218+19=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 218 (85.55% from 255 or 78.14% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ADA13 is #D525EC. Grayscale: #8F8F8F. Windows color (decimal): -13968877 or 1301034. OLE color: 1301034.
HSL color Cylindrical-coordinate representation of color #2ADA13: hue angle of 113.07º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2ADA13 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 19 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.15 |
| HSL | 113.07º | 0.84% | 0.46% | - |
| HSV(B) | 113.07º | 0.91% | 0.85% | - |
| XYZ | 26.14 | 50.68 | 9.02 | - |
| YUV | 142.69 | 58.19 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 19 | 0.81 | 0 | 0.91 | 0.15 | 113.07 | 0.84 | 0.46 |
| Hex | 2A | DA | 13 | 51 | 0 | 5B | F | 71 | 54 | 2E |
| Octal | 52 | 332 | 23 | 121 | 0 | 133 | 17 | 161 | 124 | 56 |
| Binary | 101010 | 11011010 | 10011 | 1010001 | 0 | 1011011 | 1111 | 1110001 | 1010100 | 101110 |
Color Harmonies of #2ADA13
Complementary color
Monochromatic Colors of #2ADA13
Black with #2ADA13
Text Example
Text Example
White with #2ADA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADA13; }
p { color: rgb(42,218,19); }
H1.HeaderClassName
{
color: #2ADA13;
}
.AnyTagClassName
{
color: #2ADA13;
}
</style>
background-color css
<style>
a { background-color: #2ADA13; }
a { background-color: rgb(42,218,19); }
div.DivClassName
{
background-color: #2ADA13;
}
.BgClassName
{
background-color: #2ADA13;
}
</style>
border-color css
<style>
span { border-color: #2ADA13; }
span { border-color: rgb(42,218,19); }
td.TdClassName
{
border-color: #2ADA13;
}
.TagClassName
{
border-color: #2ADA13;
}
</style>