Shades of Lime Green #2ADE2C
Tints of Lime Green #2ADE2C
RGB
CMYK
RGB Variations
Color information
#2ADE2C (or 0x2ADE2C) is known color: Lime Green. HEX triplet: 2A, DE and 2C. RGB value is (42,222,44). Sum of RGB (Red+Green+Blue) = 42+222+44=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 222 (87.11% from 255 or 72.08% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADE2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADE2C is #D521D3. Grayscale: #949494. Windows color (decimal): -13967828 or 2940458. OLE color: 2940458.
HSL color Cylindrical-coordinate representation of color #2ADE2C: hue angle of 120.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADE2C is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 44 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.13 |
| HSL | 120.67º | 0.73% | 0.52% | - |
| HSV(B) | 120.67º | 0.81% | 0.87% | - |
| XYZ | 27.53 | 52.92 | 11.15 | - |
| YUV | 147.89 | 69.37 | 52.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 44 | 0.81 | 0 | 0.80 | 0.13 | 120.67 | 0.73 | 0.52 |
| Hex | 2A | DE | 2C | 51 | 0 | 50 | D | 79 | 49 | 34 |
| Octal | 52 | 336 | 54 | 121 | 0 | 120 | 15 | 171 | 111 | 64 |
| Binary | 101010 | 11011110 | 101100 | 1010001 | 0 | 1010000 | 1101 | 1111001 | 1001001 | 110100 |
Color Harmonies of #2ADE2C
Complementary color
Monochromatic Colors of #2ADE2C
Black with #2ADE2C
Text Example
Text Example
White with #2ADE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADE2C; }
p { color: rgb(42,222,44); }
H1.HeaderClassName
{
color: #2ADE2C;
}
.AnyTagClassName
{
color: #2ADE2C;
}
</style>
background-color css
<style>
a { background-color: #2ADE2C; }
a { background-color: rgb(42,222,44); }
div.DivClassName
{
background-color: #2ADE2C;
}
.BgClassName
{
background-color: #2ADE2C;
}
</style>
border-color css
<style>
span { border-color: #2ADE2C; }
span { border-color: rgb(42,222,44); }
td.TdClassName
{
border-color: #2ADE2C;
}
.TagClassName
{
border-color: #2ADE2C;
}
</style>