Shades of Lime Green #2ADF14
Tints of Lime Green #2ADF14
RGB
CMYK
RGB Variations
Color information
#2ADF14 (or 0x2ADF14) is known color: Lime Green. HEX triplet: 2A, DF and 14. RGB value is (42,223,20). Sum of RGB (Red+Green+Blue) = 42+223+20=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 223 (87.5% from 255 or 78.25% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ADF14 is #D520EB. Grayscale: #929292. Windows color (decimal): -13967596 or 1367850. OLE color: 1367850.
HSL color Cylindrical-coordinate representation of color #2ADF14: hue angle of 113.5º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2ADF14 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 20 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.13 |
| HSL | 113.5º | 0.84% | 0.48% | - |
| HSV(B) | 113.5º | 0.91% | 0.87% | - |
| XYZ | 27.47 | 53.32 | 9.51 | - |
| YUV | 145.74 | 57.03 | 54.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 20 | 0.81 | 0 | 0.91 | 0.13 | 113.5 | 0.84 | 0.48 |
| Hex | 2A | DF | 14 | 51 | 0 | 5B | D | 71 | 54 | 30 |
| Octal | 52 | 337 | 24 | 121 | 0 | 133 | 15 | 161 | 124 | 60 |
| Binary | 101010 | 11011111 | 10100 | 1010001 | 0 | 1011011 | 1101 | 1110001 | 1010100 | 110000 |
Color Harmonies of #2ADF14
Complementary color
Monochromatic Colors of #2ADF14
Black with #2ADF14
Text Example
Text Example
White with #2ADF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADF14; }
p { color: rgb(42,223,20); }
H1.HeaderClassName
{
color: #2ADF14;
}
.AnyTagClassName
{
color: #2ADF14;
}
</style>
background-color css
<style>
a { background-color: #2ADF14; }
a { background-color: rgb(42,223,20); }
div.DivClassName
{
background-color: #2ADF14;
}
.BgClassName
{
background-color: #2ADF14;
}
</style>
border-color css
<style>
span { border-color: #2ADF14; }
span { border-color: rgb(42,223,20); }
td.TdClassName
{
border-color: #2ADF14;
}
.TagClassName
{
border-color: #2ADF14;
}
</style>