Shades of Lime Green #2AD936
Tints of Lime Green #2AD936
RGB
CMYK
RGB Variations
Color information
#2AD936 (or 0x2AD936) is known color: Lime Green. HEX triplet: 2A, D9 and 36. RGB value is (42,217,54). Sum of RGB (Red+Green+Blue) = 42+217+54=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 217 (85.16% from 255 or 69.33% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD936 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD936 is #D526C9. Grayscale: #929292. Windows color (decimal): -13969098 or 3594538. OLE color: 3594538.
HSL color Cylindrical-coordinate representation of color #2AD936: hue angle of 124.11º 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 #2AD936 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 54 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.15 |
| HSL | 124.11º | 0.7% | 0.51% | - |
| HSV(B) | 124.11º | 0.81% | 0.85% | - |
| XYZ | 26.43 | 50.38 | 11.82 | - |
| YUV | 146.09 | 76.02 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 54 | 0.81 | 0 | 0.75 | 0.15 | 124.11 | 0.7 | 0.51 |
| Hex | 2A | D9 | 36 | 51 | 0 | 4B | F | 7C | 46 | 33 |
| Octal | 52 | 331 | 66 | 121 | 0 | 113 | 17 | 174 | 106 | 63 |
| Binary | 101010 | 11011001 | 110110 | 1010001 | 0 | 1001011 | 1111 | 1111100 | 1000110 | 110011 |
Color Harmonies of #2AD936
Complementary color
Monochromatic Colors of #2AD936
Black with #2AD936
Text Example
Text Example
White with #2AD936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD936; }
p { color: rgb(42,217,54); }
H1.HeaderClassName
{
color: #2AD936;
}
.AnyTagClassName
{
color: #2AD936;
}
</style>
background-color css
<style>
a { background-color: #2AD936; }
a { background-color: rgb(42,217,54); }
div.DivClassName
{
background-color: #2AD936;
}
.BgClassName
{
background-color: #2AD936;
}
</style>
border-color css
<style>
span { border-color: #2AD936; }
span { border-color: rgb(42,217,54); }
td.TdClassName
{
border-color: #2AD936;
}
.TagClassName
{
border-color: #2AD936;
}
</style>