Shades of Lime Green #2ADB2C
Tints of Lime Green #2ADB2C
RGB
CMYK
RGB Variations
Color information
#2ADB2C (or 0x2ADB2C) is known color: Lime Green. HEX triplet: 2A, DB and 2C. RGB value is (42,219,44). Sum of RGB (Red+Green+Blue) = 42+219+44=305 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.77% from 305); Green value is 219 (85.94% from 255 or 71.80% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADB2C is #D524D3. Grayscale: #929292. Windows color (decimal): -13968596 or 2939690. OLE color: 2939690.
HSL color Cylindrical-coordinate representation of color #2ADB2C: hue angle of 120.68º 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 #2ADB2C is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 219 | 44 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.14 |
| HSL | 120.68º | 0.71% | 0.51% | - |
| HSV(B) | 120.68º | 0.81% | 0.86% | - |
| XYZ | 26.74 | 51.34 | 10.88 | - |
| YUV | 146.13 | 70.36 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 44 | 0.81 | 0 | 0.80 | 0.14 | 120.68 | 0.71 | 0.51 |
| Hex | 2A | DB | 2C | 51 | 0 | 50 | E | 79 | 47 | 33 |
| Octal | 52 | 333 | 54 | 121 | 0 | 120 | 16 | 171 | 107 | 63 |
| Binary | 101010 | 11011011 | 101100 | 1010001 | 0 | 1010000 | 1110 | 1111001 | 1000111 | 110011 |
Color Harmonies of #2ADB2C
Complementary color
Monochromatic Colors of #2ADB2C
Black with #2ADB2C
Text Example
Text Example
White with #2ADB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADB2C; }
p { color: rgb(42,219,44); }
H1.HeaderClassName
{
color: #2ADB2C;
}
.AnyTagClassName
{
color: #2ADB2C;
}
</style>
background-color css
<style>
a { background-color: #2ADB2C; }
a { background-color: rgb(42,219,44); }
div.DivClassName
{
background-color: #2ADB2C;
}
.BgClassName
{
background-color: #2ADB2C;
}
</style>
border-color css
<style>
span { border-color: #2ADB2C; }
span { border-color: rgb(42,219,44); }
td.TdClassName
{
border-color: #2ADB2C;
}
.TagClassName
{
border-color: #2ADB2C;
}
</style>