Shades of Lime Green #2ABD3C
Tints of Lime Green #2ABD3C
RGB
CMYK
RGB Variations
Color information
#2ABD3C (or 0x2ABD3C) is known color: Lime Green. HEX triplet: 2A, BD and 3C. RGB value is (42,189,60). Sum of RGB (Red+Green+Blue) = 42+189+60=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 189 (74.22% from 255 or 64.95% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABD3C is #D542C3. Grayscale: #828282. Windows color (decimal): -13976260 or 3980586. OLE color: 3980586.
HSL color Cylindrical-coordinate representation of color #2ABD3C: hue angle of 127.35º degrees, saturation: 0.64, 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 #2ABD3C is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 189 | 60 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.26 |
| HSL | 127.35º | 0.64% | 0.45% | - |
| HSV(B) | 127.35º | 0.78% | 0.74% | - |
| XYZ | 19.97 | 37.21 | 10.41 | - |
| YUV | 130.34 | 88.3 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 60 | 0.78 | 0 | 0.68 | 0.26 | 127.35 | 0.64 | 0.45 |
| Hex | 2A | BD | 3C | 4E | 0 | 44 | 1A | 7F | 40 | 2D |
| Octal | 52 | 275 | 74 | 116 | 0 | 104 | 32 | 177 | 100 | 55 |
| Binary | 101010 | 10111101 | 111100 | 1001110 | 0 | 1000100 | 11010 | 1111111 | 1000000 | 101101 |
Color Harmonies of #2ABD3C
Complementary color
Monochromatic Colors of #2ABD3C
Black with #2ABD3C
Text Example
Text Example
White with #2ABD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABD3C; }
p { color: rgb(42,189,60); }
H1.HeaderClassName
{
color: #2ABD3C;
}
.AnyTagClassName
{
color: #2ABD3C;
}
</style>
background-color css
<style>
a { background-color: #2ABD3C; }
a { background-color: rgb(42,189,60); }
div.DivClassName
{
background-color: #2ABD3C;
}
.BgClassName
{
background-color: #2ABD3C;
}
</style>
border-color css
<style>
span { border-color: #2ABD3C; }
span { border-color: rgb(42,189,60); }
td.TdClassName
{
border-color: #2ABD3C;
}
.TagClassName
{
border-color: #2ABD3C;
}
</style>