Shades of Lime Green #2AD938
Tints of Lime Green #2AD938
RGB
CMYK
RGB Variations
Color information
#2AD938 (or 0x2AD938) is known color: Lime Green. HEX triplet: 2A, D9 and 38. RGB value is (42,217,56). Sum of RGB (Red+Green+Blue) = 42+217+56=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 217 (85.16% from 255 or 68.89% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD938 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD938 is #D526C7. Grayscale: #929292. Windows color (decimal): -13969096 or 3725610. OLE color: 3725610.
HSL color Cylindrical-coordinate representation of color #2AD938: hue angle of 124.8º 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 #2AD938 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 56 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.15 |
| HSL | 124.8º | 0.7% | 0.51% | - |
| HSV(B) | 124.8º | 0.81% | 0.85% | - |
| XYZ | 26.48 | 50.4 | 12.07 | - |
| YUV | 146.32 | 77.02 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 56 | 0.81 | 0 | 0.74 | 0.15 | 124.8 | 0.7 | 0.51 |
| Hex | 2A | D9 | 38 | 51 | 0 | 4A | F | 7D | 46 | 33 |
| Octal | 52 | 331 | 70 | 121 | 0 | 112 | 17 | 175 | 106 | 63 |
| Binary | 101010 | 11011001 | 111000 | 1010001 | 0 | 1001010 | 1111 | 1111101 | 1000110 | 110011 |
Color Harmonies of #2AD938
Complementary color
Monochromatic Colors of #2AD938
Black with #2AD938
Text Example
Text Example
White with #2AD938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD938; }
p { color: rgb(42,217,56); }
H1.HeaderClassName
{
color: #2AD938;
}
.AnyTagClassName
{
color: #2AD938;
}
</style>
background-color css
<style>
a { background-color: #2AD938; }
a { background-color: rgb(42,217,56); }
div.DivClassName
{
background-color: #2AD938;
}
.BgClassName
{
background-color: #2AD938;
}
</style>
border-color css
<style>
span { border-color: #2AD938; }
span { border-color: rgb(42,217,56); }
td.TdClassName
{
border-color: #2AD938;
}
.TagClassName
{
border-color: #2AD938;
}
</style>