Shades of Lime Green #2ADE38
Tints of Lime Green #2ADE38
RGB
CMYK
RGB Variations
Color information
#2ADE38 (or 0x2ADE38) is known color: Lime Green. HEX triplet: 2A, DE and 38. RGB value is (42,222,56). Sum of RGB (Red+Green+Blue) = 42+222+56=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 222 (87.11% from 255 or 69.38% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADE38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADE38 is #D521C7. Grayscale: #959595. Windows color (decimal): -13967816 or 3726890. OLE color: 3726890.
HSL color Cylindrical-coordinate representation of color #2ADE38: hue angle of 124.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADE38 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 56 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.13 |
| HSL | 124.67º | 0.73% | 0.52% | - |
| HSV(B) | 124.67º | 0.81% | 0.87% | - |
| XYZ | 27.79 | 53.02 | 12.51 | - |
| YUV | 149.26 | 75.37 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 56 | 0.81 | 0 | 0.75 | 0.13 | 124.67 | 0.73 | 0.52 |
| Hex | 2A | DE | 38 | 51 | 0 | 4B | D | 7D | 49 | 34 |
| Octal | 52 | 336 | 70 | 121 | 0 | 113 | 15 | 175 | 111 | 64 |
| Binary | 101010 | 11011110 | 111000 | 1010001 | 0 | 1001011 | 1101 | 1111101 | 1001001 | 110100 |
Color Harmonies of #2ADE38
Complementary color
Monochromatic Colors of #2ADE38
Black with #2ADE38
Text Example
Text Example
White with #2ADE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADE38; }
p { color: rgb(42,222,56); }
H1.HeaderClassName
{
color: #2ADE38;
}
.AnyTagClassName
{
color: #2ADE38;
}
</style>
background-color css
<style>
a { background-color: #2ADE38; }
a { background-color: rgb(42,222,56); }
div.DivClassName
{
background-color: #2ADE38;
}
.BgClassName
{
background-color: #2ADE38;
}
</style>
border-color css
<style>
span { border-color: #2ADE38; }
span { border-color: rgb(42,222,56); }
td.TdClassName
{
border-color: #2ADE38;
}
.TagClassName
{
border-color: #2ADE38;
}
</style>