Shades of Lime Green #2ADE23
Tints of Lime Green #2ADE23
RGB
CMYK
RGB Variations
Color information
#2ADE23 (or 0x2ADE23) is known color: Lime Green. HEX triplet: 2A, DE and 23. RGB value is (42,222,35). Sum of RGB (Red+Green+Blue) = 42+222+35=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 222 (87.11% from 255 or 74.25% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADE23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADE23 is #D521DC. Grayscale: #939393. Windows color (decimal): -13967837 or 2350634. OLE color: 2350634.
HSL color Cylindrical-coordinate representation of color #2ADE23: hue angle of 117.75º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2ADE23 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 35 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.13 |
| HSL | 117.75º | 0.74% | 0.5% | - |
| HSV(B) | 117.75º | 0.84% | 0.87% | - |
| XYZ | 27.38 | 52.86 | 10.35 | - |
| YUV | 146.86 | 64.87 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 35 | 0.81 | 0 | 0.84 | 0.13 | 117.75 | 0.74 | 0.5 |
| Hex | 2A | DE | 23 | 51 | 0 | 54 | D | 76 | 4A | 32 |
| Octal | 52 | 336 | 43 | 121 | 0 | 124 | 15 | 166 | 112 | 62 |
| Binary | 101010 | 11011110 | 100011 | 1010001 | 0 | 1010100 | 1101 | 1110110 | 1001010 | 110010 |
Color Harmonies of #2ADE23
Complementary color
Monochromatic Colors of #2ADE23
Black with #2ADE23
Text Example
Text Example
White with #2ADE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADE23; }
p { color: rgb(42,222,35); }
H1.HeaderClassName
{
color: #2ADE23;
}
.AnyTagClassName
{
color: #2ADE23;
}
</style>
background-color css
<style>
a { background-color: #2ADE23; }
a { background-color: rgb(42,222,35); }
div.DivClassName
{
background-color: #2ADE23;
}
.BgClassName
{
background-color: #2ADE23;
}
</style>
border-color css
<style>
span { border-color: #2ADE23; }
span { border-color: rgb(42,222,35); }
td.TdClassName
{
border-color: #2ADE23;
}
.TagClassName
{
border-color: #2ADE23;
}
</style>