Shades of Lime Green #2ADD34
Tints of Lime Green #2ADD34
RGB
CMYK
RGB Variations
Color information
#2ADD34 (or 0x2ADD34) is known color: Lime Green. HEX triplet: 2A, DD and 34. RGB value is (42,221,52). Sum of RGB (Red+Green+Blue) = 42+221+52=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 221 (86.72% from 255 or 70.16% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADD34 is #D522CB. Grayscale: #949494. Windows color (decimal): -13968076 or 3464490. OLE color: 3464490.
HSL color Cylindrical-coordinate representation of color #2ADD34: hue angle of 123.35º degrees, saturation: 0.72, 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 #2ADD34 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 52 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.13 |
| HSL | 123.35º | 0.72% | 0.52% | - |
| HSV(B) | 123.35º | 0.81% | 0.87% | - |
| XYZ | 27.43 | 52.45 | 11.93 | - |
| YUV | 148.21 | 73.7 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 52 | 0.81 | 0 | 0.76 | 0.13 | 123.35 | 0.72 | 0.52 |
| Hex | 2A | DD | 34 | 51 | 0 | 4C | D | 7B | 48 | 34 |
| Octal | 52 | 335 | 64 | 121 | 0 | 114 | 15 | 173 | 110 | 64 |
| Binary | 101010 | 11011101 | 110100 | 1010001 | 0 | 1001100 | 1101 | 1111011 | 1001000 | 110100 |
Color Harmonies of #2ADD34
Complementary color
Monochromatic Colors of #2ADD34
Black with #2ADD34
Text Example
Text Example
White with #2ADD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADD34; }
p { color: rgb(42,221,52); }
H1.HeaderClassName
{
color: #2ADD34;
}
.AnyTagClassName
{
color: #2ADD34;
}
</style>
background-color css
<style>
a { background-color: #2ADD34; }
a { background-color: rgb(42,221,52); }
div.DivClassName
{
background-color: #2ADD34;
}
.BgClassName
{
background-color: #2ADD34;
}
</style>
border-color css
<style>
span { border-color: #2ADD34; }
span { border-color: rgb(42,221,52); }
td.TdClassName
{
border-color: #2ADD34;
}
.TagClassName
{
border-color: #2ADD34;
}
</style>