Shades of Lime Green #2AC318
Tints of Lime Green #2AC318
RGB
CMYK
RGB Variations
Color information
#2AC318 (or 0x2AC318) is known color: Lime Green. HEX triplet: 2A, C3 and 18. RGB value is (42,195,24). Sum of RGB (Red+Green+Blue) = 42+195+24=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 195 (76.56% from 255 or 74.71% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC318 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC318 is #D53CE7. Grayscale: #828282. Windows color (decimal): -13974760 or 1622826. OLE color: 1622826.
HSL color Cylindrical-coordinate representation of color #2AC318: hue angle of 113.68º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2AC318 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 195 | 24 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.24 |
| HSL | 113.68º | 0.78% | 0.43% | - |
| HSV(B) | 113.68º | 0.88% | 0.76% | - |
| XYZ | 20.63 | 39.59 | 7.42 | - |
| YUV | 129.76 | 68.31 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 195 | 24 | 0.78 | 0 | 0.88 | 0.24 | 113.68 | 0.78 | 0.43 |
| Hex | 2A | C3 | 18 | 4E | 0 | 58 | 18 | 72 | 4E | 2B |
| Octal | 52 | 303 | 30 | 116 | 0 | 130 | 30 | 162 | 116 | 53 |
| Binary | 101010 | 11000011 | 11000 | 1001110 | 0 | 1011000 | 11000 | 1110010 | 1001110 | 101011 |
Color Harmonies of #2AC318
Complementary color
Monochromatic Colors of #2AC318
Black with #2AC318
Text Example
Text Example
White with #2AC318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC318; }
p { color: rgb(42,195,24); }
H1.HeaderClassName
{
color: #2AC318;
}
.AnyTagClassName
{
color: #2AC318;
}
</style>
background-color css
<style>
a { background-color: #2AC318; }
a { background-color: rgb(42,195,24); }
div.DivClassName
{
background-color: #2AC318;
}
.BgClassName
{
background-color: #2AC318;
}
</style>
border-color css
<style>
span { border-color: #2AC318; }
span { border-color: rgb(42,195,24); }
td.TdClassName
{
border-color: #2AC318;
}
.TagClassName
{
border-color: #2AC318;
}
</style>