Shades of Lime Green #2ADB44
Tints of Lime Green #2ADB44
RGB
CMYK
RGB Variations
Color information
#2ADB44 (or 0x2ADB44) is known color: Lime Green. HEX triplet: 2A, DB and 44. RGB value is (42,219,68). Sum of RGB (Red+Green+Blue) = 42+219+68=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 219 (85.94% from 255 or 66.57% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADB44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADB44 is #D524BB. Grayscale: #959595. Windows color (decimal): -13968572 or 4512554. OLE color: 4512554.
HSL color Cylindrical-coordinate representation of color #2ADB44: hue angle of 128.81º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADB44 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 219 | 68 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.14 |
| HSL | 128.81º | 0.71% | 0.51% | - |
| HSV(B) | 128.81º | 0.81% | 0.86% | - |
| XYZ | 27.33 | 51.57 | 13.98 | - |
| YUV | 148.86 | 82.36 | 51.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 68 | 0.81 | 0 | 0.69 | 0.14 | 128.81 | 0.71 | 0.51 |
| Hex | 2A | DB | 44 | 51 | 0 | 45 | E | 81 | 47 | 33 |
| Octal | 52 | 333 | 104 | 121 | 0 | 105 | 16 | 201 | 107 | 63 |
| Binary | 101010 | 11011011 | 1000100 | 1010001 | 0 | 1000101 | 1110 | 10000001 | 1000111 | 110011 |
Color Harmonies of #2ADB44
Complementary color
Monochromatic Colors of #2ADB44
Black with #2ADB44
Text Example
Text Example
White with #2ADB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADB44; }
p { color: rgb(42,219,68); }
H1.HeaderClassName
{
color: #2ADB44;
}
.AnyTagClassName
{
color: #2ADB44;
}
</style>
background-color css
<style>
a { background-color: #2ADB44; }
a { background-color: rgb(42,219,68); }
div.DivClassName
{
background-color: #2ADB44;
}
.BgClassName
{
background-color: #2ADB44;
}
</style>
border-color css
<style>
span { border-color: #2ADB44; }
span { border-color: rgb(42,219,68); }
td.TdClassName
{
border-color: #2ADB44;
}
.TagClassName
{
border-color: #2ADB44;
}
</style>