Shades of Lime Green #2ADA27
Tints of Lime Green #2ADA27
RGB
CMYK
RGB Variations
Color information
#2ADA27 (or 0x2ADA27) is known color: Lime Green. HEX triplet: 2A, DA and 27. RGB value is (42,218,39). Sum of RGB (Red+Green+Blue) = 42+218+39=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 218 (85.55% from 255 or 72.91% from 299); Blue value is 39 (15.62% from 255 or 13.04% from 299); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADA27 is #D525D8. Grayscale: #919191. Windows color (decimal): -13968857 or 2611754. OLE color: 2611754.
HSL color Cylindrical-coordinate representation of color #2ADA27: hue angle of 118.99º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ADA27 is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 39 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.15 |
| HSL | 118.99º | 0.71% | 0.5% | - |
| HSV(B) | 118.99º | 0.82% | 0.85% | - |
| XYZ | 26.39 | 50.78 | 10.33 | - |
| YUV | 144.97 | 68.19 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 39 | 0.81 | 0 | 0.82 | 0.15 | 118.99 | 0.71 | 0.5 |
| Hex | 2A | DA | 27 | 51 | 0 | 52 | F | 77 | 47 | 32 |
| Octal | 52 | 332 | 47 | 121 | 0 | 122 | 17 | 167 | 107 | 62 |
| Binary | 101010 | 11011010 | 100111 | 1010001 | 0 | 1010010 | 1111 | 1110111 | 1000111 | 110010 |
Color Harmonies of #2ADA27
Complementary color
Monochromatic Colors of #2ADA27
Black with #2ADA27
Text Example
Text Example
White with #2ADA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADA27; }
p { color: rgb(42,218,39); }
H1.HeaderClassName
{
color: #2ADA27;
}
.AnyTagClassName
{
color: #2ADA27;
}
</style>
background-color css
<style>
a { background-color: #2ADA27; }
a { background-color: rgb(42,218,39); }
div.DivClassName
{
background-color: #2ADA27;
}
.BgClassName
{
background-color: #2ADA27;
}
</style>
border-color css
<style>
span { border-color: #2ADA27; }
span { border-color: rgb(42,218,39); }
td.TdClassName
{
border-color: #2ADA27;
}
.TagClassName
{
border-color: #2ADA27;
}
</style>