Shades of Lime Green #2AD418
Tints of Lime Green #2AD418
RGB
CMYK
RGB Variations
Color information
#2AD418 (or 0x2AD418) is known color: Lime Green. HEX triplet: 2A, D4 and 18. RGB value is (42,212,24). Sum of RGB (Red+Green+Blue) = 42+212+24=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 212 (83.20% from 255 or 76.26% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 212 - color contains mainly: green. Hex color #2AD418 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD418 is #D52BE7. Grayscale: #8C8C8C. Windows color (decimal): -13970408 or 1627178. OLE color: 1627178.
HSL color Cylindrical-coordinate representation of color #2AD418: hue angle of 114.26º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2AD418 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 42 | 212 | 24 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.17 |
| HSL | 114.26º | 0.8% | 0.46% | - |
| HSV(B) | 114.26º | 0.89% | 0.83% | - |
| XYZ | 24.66 | 47.65 | 8.76 | - |
| YUV | 139.74 | 62.68 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 212 | 24 | 0.80 | 0 | 0.89 | 0.17 | 114.26 | 0.8 | 0.46 |
| Hex | 2A | D4 | 18 | 50 | 0 | 59 | 11 | 72 | 50 | 2E |
| Octal | 52 | 324 | 30 | 120 | 0 | 131 | 21 | 162 | 120 | 56 |
| Binary | 101010 | 11010100 | 11000 | 1010000 | 0 | 1011001 | 10001 | 1110010 | 1010000 | 101110 |
Color Harmonies of #2AD418
Complementary color
Monochromatic Colors of #2AD418
Black with #2AD418
Text Example
Text Example
White with #2AD418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD418; }
p { color: rgb(42,212,24); }
H1.HeaderClassName
{
color: #2AD418;
}
.AnyTagClassName
{
color: #2AD418;
}
</style>
background-color css
<style>
a { background-color: #2AD418; }
a { background-color: rgb(42,212,24); }
div.DivClassName
{
background-color: #2AD418;
}
.BgClassName
{
background-color: #2AD418;
}
</style>
border-color css
<style>
span { border-color: #2AD418; }
span { border-color: rgb(42,212,24); }
td.TdClassName
{
border-color: #2AD418;
}
.TagClassName
{
border-color: #2AD418;
}
</style>