Shades of Lime Green #2ADE2A
Tints of Lime Green #2ADE2A
RGB
CMYK
RGB Variations
Color information
#2ADE2A (or 0x2ADE2A) is known color: Lime Green. HEX triplet: 2A, DE and 2A. RGB value is (42,222,42). Sum of RGB (Red+Green+Blue) = 42+222+42=306 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.73% from 306); Green value is 222 (87.11% from 255 or 72.55% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADE2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADE2A is #D521D5. Grayscale: #949494. Windows color (decimal): -13967830 or 2809386. OLE color: 2809386.
HSL color Cylindrical-coordinate representation of color #2ADE2A: hue angle of 120º 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 #2ADE2A is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 42 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.13 |
| HSL | 120º | 0.73% | 0.52% | - |
| HSV(B) | 120º | 0.81% | 0.87% | - |
| XYZ | 27.49 | 52.9 | 10.95 | - |
| YUV | 147.66 | 68.37 | 52.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 42 | 0.81 | 0 | 0.81 | 0.13 | 120 | 0.73 | 0.52 |
| Hex | 2A | DE | 2A | 51 | 0 | 51 | D | 78 | 49 | 34 |
| Octal | 52 | 336 | 52 | 121 | 0 | 121 | 15 | 170 | 111 | 64 |
| Binary | 101010 | 11011110 | 101010 | 1010001 | 0 | 1010001 | 1101 | 1111000 | 1001001 | 110100 |
Color Harmonies of #2ADE2A
Complementary color
Monochromatic Colors of #2ADE2A
Black with #2ADE2A
Text Example
Text Example
White with #2ADE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADE2A; }
p { color: rgb(42,222,42); }
H1.HeaderClassName
{
color: #2ADE2A;
}
.AnyTagClassName
{
color: #2ADE2A;
}
</style>
background-color css
<style>
a { background-color: #2ADE2A; }
a { background-color: rgb(42,222,42); }
div.DivClassName
{
background-color: #2ADE2A;
}
.BgClassName
{
background-color: #2ADE2A;
}
</style>
border-color css
<style>
span { border-color: #2ADE2A; }
span { border-color: rgb(42,222,42); }
td.TdClassName
{
border-color: #2ADE2A;
}
.TagClassName
{
border-color: #2ADE2A;
}
</style>