Shades of Lime Green #2AC928
Tints of Lime Green #2AC928
RGB
CMYK
RGB Variations
Color information
#2AC928 (or 0x2AC928) is known color: Lime Green. HEX triplet: 2A, C9 and 28. RGB value is (42,201,40). Sum of RGB (Red+Green+Blue) = 42+201+40=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 201 (78.91% from 255 or 71.02% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 201 - color contains mainly: green. Hex color #2AC928 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC928 is #D536D7. Grayscale: #878787. Windows color (decimal): -13973208 or 2672938. OLE color: 2672938.
HSL color Cylindrical-coordinate representation of color #2AC928: hue angle of 119.25º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AC928 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 201 | 40 | - |
| CMYK | 0.79 | 0 | 0.80 | 0.21 |
| HSL | 119.25º | 0.67% | 0.47% | - |
| HSV(B) | 119.25º | 0.8% | 0.79% | - |
| XYZ | 22.22 | 42.42 | 9.02 | - |
| YUV | 135.11 | 74.32 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 201 | 40 | 0.79 | 0 | 0.80 | 0.21 | 119.25 | 0.67 | 0.47 |
| Hex | 2A | C9 | 28 | 4F | 0 | 50 | 15 | 77 | 43 | 2F |
| Octal | 52 | 311 | 50 | 117 | 0 | 120 | 25 | 167 | 103 | 57 |
| Binary | 101010 | 11001001 | 101000 | 1001111 | 0 | 1010000 | 10101 | 1110111 | 1000011 | 101111 |
Color Harmonies of #2AC928
Complementary color
Monochromatic Colors of #2AC928
Black with #2AC928
Text Example
Text Example
White with #2AC928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC928; }
p { color: rgb(42,201,40); }
H1.HeaderClassName
{
color: #2AC928;
}
.AnyTagClassName
{
color: #2AC928;
}
</style>
background-color css
<style>
a { background-color: #2AC928; }
a { background-color: rgb(42,201,40); }
div.DivClassName
{
background-color: #2AC928;
}
.BgClassName
{
background-color: #2AC928;
}
</style>
border-color css
<style>
span { border-color: #2AC928; }
span { border-color: rgb(42,201,40); }
td.TdClassName
{
border-color: #2AC928;
}
.TagClassName
{
border-color: #2AC928;
}
</style>