Shades of Lime Green #2ABE2F
Tints of Lime Green #2ABE2F
RGB
CMYK
RGB Variations
Color information
#2ABE2F (or 0x2ABE2F) is known color: Lime Green. HEX triplet: 2A, BE and 2F. RGB value is (42,190,47). Sum of RGB (Red+Green+Blue) = 42+190+47=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 190 (74.61% from 255 or 68.10% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABE2F is #D541D0. Grayscale: #818181. Windows color (decimal): -13976017 or 3128874. OLE color: 3128874.
HSL color Cylindrical-coordinate representation of color #2ABE2F: hue angle of 122.03º 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 #2ABE2F is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 47 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.25 |
| HSL | 122.03º | 0.64% | 0.45% | - |
| HSV(B) | 122.03º | 0.78% | 0.75% | - |
| XYZ | 19.88 | 37.52 | 8.88 | - |
| YUV | 129.45 | 81.47 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 47 | 0.78 | 0 | 0.75 | 0.25 | 122.03 | 0.64 | 0.45 |
| Hex | 2A | BE | 2F | 4E | 0 | 4B | 19 | 7A | 40 | 2D |
| Octal | 52 | 276 | 57 | 116 | 0 | 113 | 31 | 172 | 100 | 55 |
| Binary | 101010 | 10111110 | 101111 | 1001110 | 0 | 1001011 | 11001 | 1111010 | 1000000 | 101101 |
Color Harmonies of #2ABE2F
Complementary color
Monochromatic Colors of #2ABE2F
Black with #2ABE2F
Text Example
Text Example
White with #2ABE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE2F; }
p { color: rgb(42,190,47); }
H1.HeaderClassName
{
color: #2ABE2F;
}
.AnyTagClassName
{
color: #2ABE2F;
}
</style>
background-color css
<style>
a { background-color: #2ABE2F; }
a { background-color: rgb(42,190,47); }
div.DivClassName
{
background-color: #2ABE2F;
}
.BgClassName
{
background-color: #2ABE2F;
}
</style>
border-color css
<style>
span { border-color: #2ABE2F; }
span { border-color: rgb(42,190,47); }
td.TdClassName
{
border-color: #2ABE2F;
}
.TagClassName
{
border-color: #2ABE2F;
}
</style>