Shades of Lime Green #2AC726
Tints of Lime Green #2AC726
RGB
CMYK
RGB Variations
Color information
#2AC726 (or 0x2AC726) is known color: Lime Green. HEX triplet: 2A, C7 and 26. RGB value is (42,199,38). Sum of RGB (Red+Green+Blue) = 42+199+38=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 199 (78.12% from 255 or 71.33% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 199 - color contains mainly: green. Hex color #2AC726 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC726 is #D538D9. Grayscale: #868686. Windows color (decimal): -13973722 or 2541354. OLE color: 2541354.
HSL color Cylindrical-coordinate representation of color #2AC726: hue angle of 118.51º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AC726 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 42 | 199 | 38 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.22 |
| HSL | 118.51º | 0.68% | 0.46% | - |
| HSV(B) | 118.51º | 0.81% | 0.78% | - |
| XYZ | 21.73 | 41.48 | 8.69 | - |
| YUV | 133.7 | 73.99 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 199 | 38 | 0.79 | 0 | 0.81 | 0.22 | 118.51 | 0.68 | 0.46 |
| Hex | 2A | C7 | 26 | 4F | 0 | 51 | 16 | 77 | 44 | 2E |
| Octal | 52 | 307 | 46 | 117 | 0 | 121 | 26 | 167 | 104 | 56 |
| Binary | 101010 | 11000111 | 100110 | 1001111 | 0 | 1010001 | 10110 | 1110111 | 1000100 | 101110 |
Color Harmonies of #2AC726
Complementary color
Monochromatic Colors of #2AC726
Black with #2AC726
Text Example
Text Example
White with #2AC726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC726; }
p { color: rgb(42,199,38); }
H1.HeaderClassName
{
color: #2AC726;
}
.AnyTagClassName
{
color: #2AC726;
}
</style>
background-color css
<style>
a { background-color: #2AC726; }
a { background-color: rgb(42,199,38); }
div.DivClassName
{
background-color: #2AC726;
}
.BgClassName
{
background-color: #2AC726;
}
</style>
border-color css
<style>
span { border-color: #2AC726; }
span { border-color: rgb(42,199,38); }
td.TdClassName
{
border-color: #2AC726;
}
.TagClassName
{
border-color: #2AC726;
}
</style>