Shades of Lime Green #2AC32B
Tints of Lime Green #2AC32B
RGB
CMYK
RGB Variations
Color information
#2AC32B (or 0x2AC32B) is known color: Lime Green. HEX triplet: 2A, C3 and 2B. RGB value is (42,195,43). Sum of RGB (Red+Green+Blue) = 42+195+43=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 195 (76.56% from 255 or 69.64% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC32B is #D53CD4. Grayscale: #848484. Windows color (decimal): -13974741 or 2868010. OLE color: 2868010.
HSL color Cylindrical-coordinate representation of color #2AC32B: hue angle of 120.39º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC32B is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 195 | 43 | - |
| CMYK | 0.78 | 0 | 0.78 | 0.24 |
| HSL | 120.39º | 0.65% | 0.46% | - |
| HSV(B) | 120.39º | 0.78% | 0.76% | - |
| XYZ | 20.91 | 39.7 | 8.85 | - |
| YUV | 131.93 | 77.81 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 195 | 43 | 0.78 | 0 | 0.78 | 0.24 | 120.39 | 0.65 | 0.46 |
| Hex | 2A | C3 | 2B | 4E | 0 | 4E | 18 | 78 | 41 | 2E |
| Octal | 52 | 303 | 53 | 116 | 0 | 116 | 30 | 170 | 101 | 56 |
| Binary | 101010 | 11000011 | 101011 | 1001110 | 0 | 1001110 | 11000 | 1111000 | 1000001 | 101110 |
Color Harmonies of #2AC32B
Complementary color
Monochromatic Colors of #2AC32B
Black with #2AC32B
Text Example
Text Example
White with #2AC32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC32B; }
p { color: rgb(42,195,43); }
H1.HeaderClassName
{
color: #2AC32B;
}
.AnyTagClassName
{
color: #2AC32B;
}
</style>
background-color css
<style>
a { background-color: #2AC32B; }
a { background-color: rgb(42,195,43); }
div.DivClassName
{
background-color: #2AC32B;
}
.BgClassName
{
background-color: #2AC32B;
}
</style>
border-color css
<style>
span { border-color: #2AC32B; }
span { border-color: rgb(42,195,43); }
td.TdClassName
{
border-color: #2AC32B;
}
.TagClassName
{
border-color: #2AC32B;
}
</style>