Shades of Lime Green #2AC64C
Tints of Lime Green #2AC64C
RGB
CMYK
RGB Variations
Color information
#2AC64C (or 0x2AC64C) is known color: Lime Green. HEX triplet: 2A, C6 and 4C. RGB value is (42,198,76). Sum of RGB (Red+Green+Blue) = 42+198+76=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 198 (77.73% from 255 or 62.66% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 198 - color contains mainly: green. Hex color #2AC64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC64C is #D539B3. Grayscale: #898989. Windows color (decimal): -13973940 or 5031466. OLE color: 5031466.
HSL color Cylindrical-coordinate representation of color #2AC64C: hue angle of 133.08º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC64C is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 42 | 198 | 76 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.22 |
| HSL | 133.08º | 0.65% | 0.47% | - |
| HSV(B) | 133.08º | 0.79% | 0.78% | - |
| XYZ | 22.45 | 41.4 | 13.65 | - |
| YUV | 137.45 | 93.32 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 198 | 76 | 0.79 | 0 | 0.62 | 0.22 | 133.08 | 0.65 | 0.47 |
| Hex | 2A | C6 | 4C | 4F | 0 | 3E | 16 | 85 | 41 | 2F |
| Octal | 52 | 306 | 114 | 117 | 0 | 76 | 26 | 205 | 101 | 57 |
| Binary | 101010 | 11000110 | 1001100 | 1001111 | 0 | 111110 | 10110 | 10000101 | 1000001 | 101111 |
Color Harmonies of #2AC64C
Complementary color
Monochromatic Colors of #2AC64C
Black with #2AC64C
Text Example
Text Example
White with #2AC64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC64C; }
p { color: rgb(42,198,76); }
H1.HeaderClassName
{
color: #2AC64C;
}
.AnyTagClassName
{
color: #2AC64C;
}
</style>
background-color css
<style>
a { background-color: #2AC64C; }
a { background-color: rgb(42,198,76); }
div.DivClassName
{
background-color: #2AC64C;
}
.BgClassName
{
background-color: #2AC64C;
}
</style>
border-color css
<style>
span { border-color: #2AC64C; }
span { border-color: rgb(42,198,76); }
td.TdClassName
{
border-color: #2AC64C;
}
.TagClassName
{
border-color: #2AC64C;
}
</style>