Shades of Lime Green #2ADA21
Tints of Lime Green #2ADA21
RGB
CMYK
RGB Variations
Color information
#2ADA21 (or 0x2ADA21) is known color: Lime Green. HEX triplet: 2A, DA and 21. RGB value is (42,218,33). Sum of RGB (Red+Green+Blue) = 42+218+33=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 218 (85.55% from 255 or 74.40% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADA21 is #D525DE. Grayscale: #909090. Windows color (decimal): -13968863 or 2218538. OLE color: 2218538.
HSL color Cylindrical-coordinate representation of color #2ADA21: hue angle of 117.08º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2ADA21 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 33 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.15 |
| HSL | 117.08º | 0.74% | 0.49% | - |
| HSV(B) | 117.08º | 0.85% | 0.85% | - |
| XYZ | 26.3 | 50.74 | 9.85 | - |
| YUV | 144.29 | 65.19 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 33 | 0.81 | 0 | 0.85 | 0.15 | 117.08 | 0.74 | 0.49 |
| Hex | 2A | DA | 21 | 51 | 0 | 55 | F | 75 | 4A | 31 |
| Octal | 52 | 332 | 41 | 121 | 0 | 125 | 17 | 165 | 112 | 61 |
| Binary | 101010 | 11011010 | 100001 | 1010001 | 0 | 1010101 | 1111 | 1110101 | 1001010 | 110001 |
Color Harmonies of #2ADA21
Complementary color
Monochromatic Colors of #2ADA21
Black with #2ADA21
Text Example
Text Example
White with #2ADA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADA21; }
p { color: rgb(42,218,33); }
H1.HeaderClassName
{
color: #2ADA21;
}
.AnyTagClassName
{
color: #2ADA21;
}
</style>
background-color css
<style>
a { background-color: #2ADA21; }
a { background-color: rgb(42,218,33); }
div.DivClassName
{
background-color: #2ADA21;
}
.BgClassName
{
background-color: #2ADA21;
}
</style>
border-color css
<style>
span { border-color: #2ADA21; }
span { border-color: rgb(42,218,33); }
td.TdClassName
{
border-color: #2ADA21;
}
.TagClassName
{
border-color: #2ADA21;
}
</style>