Shades of Lime Green #2AC327
Tints of Lime Green #2AC327
RGB
CMYK
RGB Variations
Color information
#2AC327 (or 0x2AC327) is known color: Lime Green. HEX triplet: 2A, C3 and 27. RGB value is (42,195,39). Sum of RGB (Red+Green+Blue) = 42+195+39=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 195 (76.56% from 255 or 70.65% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC327 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC327 is #D53CD8. Grayscale: #838383. Windows color (decimal): -13974745 or 2605866. OLE color: 2605866.
HSL color Cylindrical-coordinate representation of color #2AC327: hue angle of 118.85º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AC327 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
RGB | 42 | 195 | 39 | - |
CMYK | 0.78 | 0 | 0.80 | 0.24 |
HSL | 118.85º | 0.67% | 0.46% | - |
HSV(B) | 118.85º | 0.8% | 0.76% | - |
XYZ | 20.84 | 39.67 | 8.48 | - |
YUV | 131.47 | 75.81 | 64.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 195 | 39 | 0.78 | 0 | 0.80 | 0.24 | 118.85 | 0.67 | 0.46 |
Hex | 2A | C3 | 27 | 4E | 0 | 50 | 18 | 77 | 43 | 2E |
Octal | 52 | 303 | 47 | 116 | 0 | 120 | 30 | 167 | 103 | 56 |
Binary | 101010 | 11000011 | 100111 | 1001110 | 0 | 1010000 | 11000 | 1110111 | 1000011 | 101110 |
Color Harmonies of #2AC327
Complementary color
Monochromatic Colors of #2AC327
Black with #2AC327
Text Example
Text Example
White with #2AC327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC327; }
p { color: rgb(42,195,39); }
H1.HeaderClassName
{
color: #2AC327;
}
.AnyTagClassName
{
color: #2AC327;
}
</style>
background-color css
<style>
a { background-color: #2AC327; }
a { background-color: rgb(42,195,39); }
div.DivClassName
{
background-color: #2AC327;
}
.BgClassName
{
background-color: #2AC327;
}
</style>
border-color css
<style>
span { border-color: #2AC327; }
span { border-color: rgb(42,195,39); }
td.TdClassName
{
border-color: #2AC327;
}
.TagClassName
{
border-color: #2AC327;
}
</style>