Shades of Lime Green #2ABE3C
Tints of Lime Green #2ABE3C
RGB
CMYK
RGB Variations
Color information
#2ABE3C (or 0x2ABE3C) is known color: Lime Green. HEX triplet: 2A, BE and 3C. RGB value is (42,190,60). Sum of RGB (Red+Green+Blue) = 42+190+60=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 190 (74.61% from 255 or 65.07% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABE3C is #D541C3. Grayscale: #838383. Windows color (decimal): -13976004 or 3980842. OLE color: 3980842.
HSL color Cylindrical-coordinate representation of color #2ABE3C: hue angle of 127.3º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABE3C is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 60 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.25 |
| HSL | 127.3º | 0.64% | 0.45% | - |
| HSV(B) | 127.3º | 0.78% | 0.75% | - |
| XYZ | 20.18 | 37.65 | 10.48 | - |
| YUV | 130.93 | 87.97 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 60 | 0.78 | 0 | 0.68 | 0.25 | 127.3 | 0.64 | 0.45 |
| Hex | 2A | BE | 3C | 4E | 0 | 44 | 19 | 7F | 40 | 2D |
| Octal | 52 | 276 | 74 | 116 | 0 | 104 | 31 | 177 | 100 | 55 |
| Binary | 101010 | 10111110 | 111100 | 1001110 | 0 | 1000100 | 11001 | 1111111 | 1000000 | 101101 |
Color Harmonies of #2ABE3C
Complementary color
Monochromatic Colors of #2ABE3C
Black with #2ABE3C
Text Example
Text Example
White with #2ABE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE3C; }
p { color: rgb(42,190,60); }
H1.HeaderClassName
{
color: #2ABE3C;
}
.AnyTagClassName
{
color: #2ABE3C;
}
</style>
background-color css
<style>
a { background-color: #2ABE3C; }
a { background-color: rgb(42,190,60); }
div.DivClassName
{
background-color: #2ABE3C;
}
.BgClassName
{
background-color: #2ABE3C;
}
</style>
border-color css
<style>
span { border-color: #2ABE3C; }
span { border-color: rgb(42,190,60); }
td.TdClassName
{
border-color: #2ABE3C;
}
.TagClassName
{
border-color: #2ABE3C;
}
</style>