Shades of Lime Green #2ADE1E
Tints of Lime Green #2ADE1E
RGB
CMYK
RGB Variations
Color information
#2ADE1E (or 0x2ADE1E) is known color: Lime Green. HEX triplet: 2A, DE and 1E. RGB value is (42,222,30). Sum of RGB (Red+Green+Blue) = 42+222+30=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 222 (87.11% from 255 or 75.51% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADE1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADE1E is #D521E1. Grayscale: #929292. Windows color (decimal): -13967842 or 2022954. OLE color: 2022954.
HSL color Cylindrical-coordinate representation of color #2ADE1E: hue angle of 116.25º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2ADE1E is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 30 | - |
| CMYK | 0.81 | 0 | 0.86 | 0.13 |
| HSL | 116.25º | 0.76% | 0.49% | - |
| HSV(B) | 116.25º | 0.86% | 0.87% | - |
| XYZ | 27.31 | 52.83 | 9.99 | - |
| YUV | 146.29 | 62.37 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 30 | 0.81 | 0 | 0.86 | 0.13 | 116.25 | 0.76 | 0.49 |
| Hex | 2A | DE | 1E | 51 | 0 | 56 | D | 74 | 4C | 31 |
| Octal | 52 | 336 | 36 | 121 | 0 | 126 | 15 | 164 | 114 | 61 |
| Binary | 101010 | 11011110 | 11110 | 1010001 | 0 | 1010110 | 1101 | 1110100 | 1001100 | 110001 |
Color Harmonies of #2ADE1E
Complementary color
Monochromatic Colors of #2ADE1E
Black with #2ADE1E
Text Example
Text Example
White with #2ADE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADE1E; }
p { color: rgb(42,222,30); }
H1.HeaderClassName
{
color: #2ADE1E;
}
.AnyTagClassName
{
color: #2ADE1E;
}
</style>
background-color css
<style>
a { background-color: #2ADE1E; }
a { background-color: rgb(42,222,30); }
div.DivClassName
{
background-color: #2ADE1E;
}
.BgClassName
{
background-color: #2ADE1E;
}
</style>
border-color css
<style>
span { border-color: #2ADE1E; }
span { border-color: rgb(42,222,30); }
td.TdClassName
{
border-color: #2ADE1E;
}
.TagClassName
{
border-color: #2ADE1E;
}
</style>