Shades of Lime Green #2ADE3C
Tints of Lime Green #2ADE3C
RGB
CMYK
RGB Variations
Color information
#2ADE3C (or 0x2ADE3C) is known color: Lime Green. HEX triplet: 2A, DE and 3C. RGB value is (42,222,60). Sum of RGB (Red+Green+Blue) = 42+222+60=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 222 (87.11% from 255 or 68.52% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADE3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADE3C is #D521C3. Grayscale: #969696. Windows color (decimal): -13967812 or 3989034. OLE color: 3989034.
HSL color Cylindrical-coordinate representation of color #2ADE3C: hue angle of 126º 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 #2ADE3C is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
RGB | 42 | 222 | 60 | - |
CMYK | 0.81 | 0 | 0.73 | 0.13 |
HSL | 126º | 0.73% | 0.52% | - |
HSV(B) | 126º | 0.81% | 0.87% | - |
XYZ | 27.89 | 53.06 | 13.05 | - |
YUV | 149.71 | 77.37 | 51.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 222 | 60 | 0.81 | 0 | 0.73 | 0.13 | 126 | 0.73 | 0.52 |
Hex | 2A | DE | 3C | 51 | 0 | 49 | D | 7E | 49 | 34 |
Octal | 52 | 336 | 74 | 121 | 0 | 111 | 15 | 176 | 111 | 64 |
Binary | 101010 | 11011110 | 111100 | 1010001 | 0 | 1001001 | 1101 | 1111110 | 1001001 | 110100 |
Color Harmonies of #2ADE3C
Complementary color
Monochromatic Colors of #2ADE3C
Black with #2ADE3C
Text Example
Text Example
White with #2ADE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADE3C; }
p { color: rgb(42,222,60); }
H1.HeaderClassName
{
color: #2ADE3C;
}
.AnyTagClassName
{
color: #2ADE3C;
}
</style>
background-color css
<style>
a { background-color: #2ADE3C; }
a { background-color: rgb(42,222,60); }
div.DivClassName
{
background-color: #2ADE3C;
}
.BgClassName
{
background-color: #2ADE3C;
}
</style>
border-color css
<style>
span { border-color: #2ADE3C; }
span { border-color: rgb(42,222,60); }
td.TdClassName
{
border-color: #2ADE3C;
}
.TagClassName
{
border-color: #2ADE3C;
}
</style>