Shades of Lime Green #2ABE3F
Tints of Lime Green #2ABE3F
RGB
CMYK
RGB Variations
Color information
#2ABE3F (or 0x2ABE3F) is known color: Lime Green. HEX triplet: 2A, BE and 3F. RGB value is (42,190,63). Sum of RGB (Red+Green+Blue) = 42+190+63=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 190 (74.61% from 255 or 64.41% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABE3F is #D541C0. Grayscale: #838383. Windows color (decimal): -13976001 or 4177450. OLE color: 4177450.
HSL color Cylindrical-coordinate representation of color #2ABE3F: hue angle of 128.51º 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 #2ABE3F is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 63 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.25 |
| HSL | 128.51º | 0.64% | 0.45% | - |
| HSV(B) | 128.51º | 0.78% | 0.75% | - |
| XYZ | 20.27 | 37.68 | 10.91 | - |
| YUV | 131.27 | 89.47 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 63 | 0.78 | 0 | 0.67 | 0.25 | 128.51 | 0.64 | 0.45 |
| Hex | 2A | BE | 3F | 4E | 0 | 43 | 19 | 81 | 40 | 2D |
| Octal | 52 | 276 | 77 | 116 | 0 | 103 | 31 | 201 | 100 | 55 |
| Binary | 101010 | 10111110 | 111111 | 1001110 | 0 | 1000011 | 11001 | 10000001 | 1000000 | 101101 |
Color Harmonies of #2ABE3F
Complementary color
Monochromatic Colors of #2ABE3F
Black with #2ABE3F
Text Example
Text Example
White with #2ABE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE3F; }
p { color: rgb(42,190,63); }
H1.HeaderClassName
{
color: #2ABE3F;
}
.AnyTagClassName
{
color: #2ABE3F;
}
</style>
background-color css
<style>
a { background-color: #2ABE3F; }
a { background-color: rgb(42,190,63); }
div.DivClassName
{
background-color: #2ABE3F;
}
.BgClassName
{
background-color: #2ABE3F;
}
</style>
border-color css
<style>
span { border-color: #2ABE3F; }
span { border-color: rgb(42,190,63); }
td.TdClassName
{
border-color: #2ABE3F;
}
.TagClassName
{
border-color: #2ABE3F;
}
</style>