Shades of Lime Green #2ADA3C
Tints of Lime Green #2ADA3C
RGB
CMYK
RGB Variations
Color information
#2ADA3C (or 0x2ADA3C) is known color: Lime Green. HEX triplet: 2A, DA and 3C. RGB value is (42,218,60). Sum of RGB (Red+Green+Blue) = 42+218+60=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 218 (85.55% from 255 or 68.12% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADA3C is #D525C3. Grayscale: #939393. Windows color (decimal): -13968836 or 3988010. OLE color: 3988010.
HSL color Cylindrical-coordinate representation of color #2ADA3C: hue angle of 126.14º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADA3C is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 60 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.15 |
| HSL | 126.14º | 0.7% | 0.51% | - |
| HSV(B) | 126.14º | 0.81% | 0.85% | - |
| XYZ | 26.84 | 50.96 | 12.7 | - |
| YUV | 147.36 | 78.69 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 60 | 0.81 | 0 | 0.72 | 0.15 | 126.14 | 0.7 | 0.51 |
| Hex | 2A | DA | 3C | 51 | 0 | 48 | F | 7E | 46 | 33 |
| Octal | 52 | 332 | 74 | 121 | 0 | 110 | 17 | 176 | 106 | 63 |
| Binary | 101010 | 11011010 | 111100 | 1010001 | 0 | 1001000 | 1111 | 1111110 | 1000110 | 110011 |
Color Harmonies of #2ADA3C
Complementary color
Monochromatic Colors of #2ADA3C
Black with #2ADA3C
Text Example
Text Example
White with #2ADA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADA3C; }
p { color: rgb(42,218,60); }
H1.HeaderClassName
{
color: #2ADA3C;
}
.AnyTagClassName
{
color: #2ADA3C;
}
</style>
background-color css
<style>
a { background-color: #2ADA3C; }
a { background-color: rgb(42,218,60); }
div.DivClassName
{
background-color: #2ADA3C;
}
.BgClassName
{
background-color: #2ADA3C;
}
</style>
border-color css
<style>
span { border-color: #2ADA3C; }
span { border-color: rgb(42,218,60); }
td.TdClassName
{
border-color: #2ADA3C;
}
.TagClassName
{
border-color: #2ADA3C;
}
</style>