Shades of Lime Green #2ADB1A
Tints of Lime Green #2ADB1A
RGB
CMYK
RGB Variations
Color information
#2ADB1A (or 0x2ADB1A) is known color: Lime Green. HEX triplet: 2A, DB and 1A. RGB value is (42,219,26). Sum of RGB (Red+Green+Blue) = 42+219+26=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 219 (85.94% from 255 or 76.31% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADB1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADB1A is #D524E5. Grayscale: #909090. Windows color (decimal): -13968614 or 1760042. OLE color: 1760042.
HSL color Cylindrical-coordinate representation of color #2ADB1A: hue angle of 115.03º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2ADB1A is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 219 | 26 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.14 |
| HSL | 115.03º | 0.79% | 0.48% | - |
| HSV(B) | 115.03º | 0.88% | 0.86% | - |
| XYZ | 26.47 | 51.23 | 9.47 | - |
| YUV | 144.08 | 61.36 | 55.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 26 | 0.81 | 0 | 0.88 | 0.14 | 115.03 | 0.79 | 0.48 |
| Hex | 2A | DB | 1A | 51 | 0 | 58 | E | 73 | 4F | 30 |
| Octal | 52 | 333 | 32 | 121 | 0 | 130 | 16 | 163 | 117 | 60 |
| Binary | 101010 | 11011011 | 11010 | 1010001 | 0 | 1011000 | 1110 | 1110011 | 1001111 | 110000 |
Color Harmonies of #2ADB1A
Complementary color
Monochromatic Colors of #2ADB1A
Black with #2ADB1A
Text Example
Text Example
White with #2ADB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADB1A; }
p { color: rgb(42,219,26); }
H1.HeaderClassName
{
color: #2ADB1A;
}
.AnyTagClassName
{
color: #2ADB1A;
}
</style>
background-color css
<style>
a { background-color: #2ADB1A; }
a { background-color: rgb(42,219,26); }
div.DivClassName
{
background-color: #2ADB1A;
}
.BgClassName
{
background-color: #2ADB1A;
}
</style>
border-color css
<style>
span { border-color: #2ADB1A; }
span { border-color: rgb(42,219,26); }
td.TdClassName
{
border-color: #2ADB1A;
}
.TagClassName
{
border-color: #2ADB1A;
}
</style>