Shades of Lime Green #2AC83D
Tints of Lime Green #2AC83D
RGB
CMYK
RGB Variations
Color information
#2AC83D (or 0x2AC83D) is known color: Lime Green. HEX triplet: 2A, C8 and 3D. RGB value is (42,200,61). Sum of RGB (Red+Green+Blue) = 42+200+61=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 200 (78.52% from 255 or 66.01% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC83D is #D537C2. Grayscale: #898989. Windows color (decimal): -13973443 or 4048938. OLE color: 4048938.
HSL color Cylindrical-coordinate representation of color #2AC83D: hue angle of 127.22º 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 #2AC83D is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 42 | 200 | 61 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.22 |
| HSL | 127.22º | 0.65% | 0.47% | - |
| HSV(B) | 127.22º | 0.79% | 0.78% | - |
| XYZ | 22.45 | 42.14 | 11.36 | - |
| YUV | 136.91 | 85.15 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 200 | 61 | 0.79 | 0 | 0.69 | 0.22 | 127.22 | 0.65 | 0.47 |
| Hex | 2A | C8 | 3D | 4F | 0 | 45 | 16 | 7F | 41 | 2F |
| Octal | 52 | 310 | 75 | 117 | 0 | 105 | 26 | 177 | 101 | 57 |
| Binary | 101010 | 11001000 | 111101 | 1001111 | 0 | 1000101 | 10110 | 1111111 | 1000001 | 101111 |
Color Harmonies of #2AC83D
Complementary color
Monochromatic Colors of #2AC83D
Black with #2AC83D
Text Example
Text Example
White with #2AC83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC83D; }
p { color: rgb(42,200,61); }
H1.HeaderClassName
{
color: #2AC83D;
}
.AnyTagClassName
{
color: #2AC83D;
}
</style>
background-color css
<style>
a { background-color: #2AC83D; }
a { background-color: rgb(42,200,61); }
div.DivClassName
{
background-color: #2AC83D;
}
.BgClassName
{
background-color: #2AC83D;
}
</style>
border-color css
<style>
span { border-color: #2AC83D; }
span { border-color: rgb(42,200,61); }
td.TdClassName
{
border-color: #2AC83D;
}
.TagClassName
{
border-color: #2AC83D;
}
</style>