Shades of Lime Green #2AD242
Tints of Lime Green #2AD242
RGB
CMYK
RGB Variations
Color information
#2AD242 (or 0x2AD242) is known color: Lime Green. HEX triplet: 2A, D2 and 42. RGB value is (42,210,66). Sum of RGB (Red+Green+Blue) = 42+210+66=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 210 (82.42% from 255 or 66.04% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD242 is #D52DBD. Grayscale: #8F8F8F. Windows color (decimal): -13970878 or 4379178. OLE color: 4379178.
HSL color Cylindrical-coordinate representation of color #2AD242: hue angle of 128.57º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD242 is Cyan = 0.8, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 66 | - |
| CMYK | 0.8 | 0 | 0.69 | 0.18 |
| HSL | 128.57º | 0.67% | 0.49% | - |
| HSV(B) | 128.57º | 0.8% | 0.82% | - |
| XYZ | 24.98 | 46.98 | 12.91 | - |
| YUV | 143.35 | 84.34 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 66 | 0.8 | 0 | 0.69 | 0.18 | 128.57 | 0.67 | 0.49 |
| Hex | 2A | D2 | 42 | 50 | 0 | 45 | 12 | 81 | 43 | 31 |
| Octal | 52 | 322 | 102 | 120 | 0 | 105 | 22 | 201 | 103 | 61 |
| Binary | 101010 | 11010010 | 1000010 | 1010000 | 0 | 1000101 | 10010 | 10000001 | 1000011 | 110001 |
Color Harmonies of #2AD242
Complementary color
Monochromatic Colors of #2AD242
Black with #2AD242
Text Example
Text Example
White with #2AD242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD242; }
p { color: rgb(42,210,66); }
H1.HeaderClassName
{
color: #2AD242;
}
.AnyTagClassName
{
color: #2AD242;
}
</style>
background-color css
<style>
a { background-color: #2AD242; }
a { background-color: rgb(42,210,66); }
div.DivClassName
{
background-color: #2AD242;
}
.BgClassName
{
background-color: #2AD242;
}
</style>
border-color css
<style>
span { border-color: #2AD242; }
span { border-color: rgb(42,210,66); }
td.TdClassName
{
border-color: #2AD242;
}
.TagClassName
{
border-color: #2AD242;
}
</style>