Shades of Lime Green #2AD639
Tints of Lime Green #2AD639
RGB
CMYK
RGB Variations
Color information
#2AD639 (or 0x2AD639) is known color: Lime Green. HEX triplet: 2A, D6 and 39. RGB value is (42,214,57). Sum of RGB (Red+Green+Blue) = 42+214+57=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 214 (83.98% from 255 or 68.37% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD639 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD639 is #D529C6. Grayscale: #919191. Windows color (decimal): -13969863 or 3790378. OLE color: 3790378.
HSL color Cylindrical-coordinate representation of color #2AD639: hue angle of 125.23º 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 #2AD639 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 57 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.16 |
| HSL | 125.23º | 0.68% | 0.5% | - |
| HSV(B) | 125.23º | 0.8% | 0.84% | - |
| XYZ | 25.74 | 48.88 | 11.95 | - |
| YUV | 144.67 | 78.52 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 57 | 0.80 | 0 | 0.73 | 0.16 | 125.23 | 0.68 | 0.5 |
| Hex | 2A | D6 | 39 | 50 | 0 | 49 | 10 | 7D | 44 | 32 |
| Octal | 52 | 326 | 71 | 120 | 0 | 111 | 20 | 175 | 104 | 62 |
| Binary | 101010 | 11010110 | 111001 | 1010000 | 0 | 1001001 | 10000 | 1111101 | 1000100 | 110010 |
Color Harmonies of #2AD639
Complementary color
Monochromatic Colors of #2AD639
Black with #2AD639
Text Example
Text Example
White with #2AD639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD639; }
p { color: rgb(42,214,57); }
H1.HeaderClassName
{
color: #2AD639;
}
.AnyTagClassName
{
color: #2AD639;
}
</style>
background-color css
<style>
a { background-color: #2AD639; }
a { background-color: rgb(42,214,57); }
div.DivClassName
{
background-color: #2AD639;
}
.BgClassName
{
background-color: #2AD639;
}
</style>
border-color css
<style>
span { border-color: #2AD639; }
span { border-color: rgb(42,214,57); }
td.TdClassName
{
border-color: #2AD639;
}
.TagClassName
{
border-color: #2AD639;
}
</style>