Shades of Lime Green #2AD73C
Tints of Lime Green #2AD73C
RGB
CMYK
RGB Variations
Color information
#2AD73C (or 0x2AD73C) is known color: Lime Green. HEX triplet: 2A, D7 and 3C. RGB value is (42,215,60). Sum of RGB (Red+Green+Blue) = 42+215+60=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 215 (84.38% from 255 or 67.82% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD73C is #D528C3. Grayscale: #929292. Windows color (decimal): -13969604 or 3987242. OLE color: 3987242.
HSL color Cylindrical-coordinate representation of color #2AD73C: hue angle of 126.24º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD73C is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 215 | 60 | - |
| CMYK | 0.80 | 0 | 0.72 | 0.16 |
| HSL | 126.24º | 0.68% | 0.5% | - |
| HSV(B) | 126.24º | 0.8% | 0.84% | - |
| XYZ | 26.07 | 49.42 | 12.44 | - |
| YUV | 145.6 | 79.69 | 54.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 215 | 60 | 0.80 | 0 | 0.72 | 0.16 | 126.24 | 0.68 | 0.5 |
| Hex | 2A | D7 | 3C | 50 | 0 | 48 | 10 | 7E | 44 | 32 |
| Octal | 52 | 327 | 74 | 120 | 0 | 110 | 20 | 176 | 104 | 62 |
| Binary | 101010 | 11010111 | 111100 | 1010000 | 0 | 1001000 | 10000 | 1111110 | 1000100 | 110010 |
Color Harmonies of #2AD73C
Complementary color
Monochromatic Colors of #2AD73C
Black with #2AD73C
Text Example
Text Example
White with #2AD73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD73C; }
p { color: rgb(42,215,60); }
H1.HeaderClassName
{
color: #2AD73C;
}
.AnyTagClassName
{
color: #2AD73C;
}
</style>
background-color css
<style>
a { background-color: #2AD73C; }
a { background-color: rgb(42,215,60); }
div.DivClassName
{
background-color: #2AD73C;
}
.BgClassName
{
background-color: #2AD73C;
}
</style>
border-color css
<style>
span { border-color: #2AD73C; }
span { border-color: rgb(42,215,60); }
td.TdClassName
{
border-color: #2AD73C;
}
.TagClassName
{
border-color: #2AD73C;
}
</style>