Shades of Lime Green #2ABC3D
Tints of Lime Green #2ABC3D
RGB
CMYK
RGB Variations
Color information
#2ABC3D (or 0x2ABC3D) is known color: Lime Green. HEX triplet: 2A, BC and 3D. RGB value is (42,188,61). Sum of RGB (Red+Green+Blue) = 42+188+61=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 188 (73.83% from 255 or 64.60% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABC3D is #D543C2. Grayscale: #828282. Windows color (decimal): -13976515 or 4045866. OLE color: 4045866.
HSL color Cylindrical-coordinate representation of color #2ABC3D: hue angle of 127.81º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABC3D is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 188 | 61 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.26 |
| HSL | 127.81º | 0.63% | 0.45% | - |
| HSV(B) | 127.81º | 0.78% | 0.74% | - |
| XYZ | 19.78 | 36.8 | 10.47 | - |
| YUV | 129.87 | 89.13 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 61 | 0.78 | 0 | 0.68 | 0.26 | 127.81 | 0.63 | 0.45 |
| Hex | 2A | BC | 3D | 4E | 0 | 44 | 1A | 80 | 3F | 2D |
| Octal | 52 | 274 | 75 | 116 | 0 | 104 | 32 | 200 | 77 | 55 |
| Binary | 101010 | 10111100 | 111101 | 1001110 | 0 | 1000100 | 11010 | 10000000 | 111111 | 101101 |
Color Harmonies of #2ABC3D
Complementary color
Monochromatic Colors of #2ABC3D
Black with #2ABC3D
Text Example
Text Example
White with #2ABC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABC3D; }
p { color: rgb(42,188,61); }
H1.HeaderClassName
{
color: #2ABC3D;
}
.AnyTagClassName
{
color: #2ABC3D;
}
</style>
background-color css
<style>
a { background-color: #2ABC3D; }
a { background-color: rgb(42,188,61); }
div.DivClassName
{
background-color: #2ABC3D;
}
.BgClassName
{
background-color: #2ABC3D;
}
</style>
border-color css
<style>
span { border-color: #2ABC3D; }
span { border-color: rgb(42,188,61); }
td.TdClassName
{
border-color: #2ABC3D;
}
.TagClassName
{
border-color: #2ABC3D;
}
</style>