Shades of Lime Green #2ABE25
Tints of Lime Green #2ABE25
RGB
CMYK
RGB Variations
Color information
#2ABE25 (or 0x2ABE25) is known color: Lime Green. HEX triplet: 2A, BE and 25. RGB value is (42,190,37). Sum of RGB (Red+Green+Blue) = 42+190+37=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 190 (74.61% from 255 or 70.63% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABE25 is #D541DA. Grayscale: #808080. Windows color (decimal): -13976027 or 2473514. OLE color: 2473514.
HSL color Cylindrical-coordinate representation of color #2ABE25: hue angle of 118.04º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ABE25 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 37 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.25 |
| HSL | 118.04º | 0.67% | 0.45% | - |
| HSV(B) | 118.04º | 0.81% | 0.75% | - |
| XYZ | 19.7 | 37.45 | 7.94 | - |
| YUV | 128.31 | 76.47 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 37 | 0.78 | 0 | 0.81 | 0.25 | 118.04 | 0.67 | 0.45 |
| Hex | 2A | BE | 25 | 4E | 0 | 51 | 19 | 76 | 43 | 2D |
| Octal | 52 | 276 | 45 | 116 | 0 | 121 | 31 | 166 | 103 | 55 |
| Binary | 101010 | 10111110 | 100101 | 1001110 | 0 | 1010001 | 11001 | 1110110 | 1000011 | 101101 |
Color Harmonies of #2ABE25
Complementary color
Monochromatic Colors of #2ABE25
Black with #2ABE25
Text Example
Text Example
White with #2ABE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE25; }
p { color: rgb(42,190,37); }
H1.HeaderClassName
{
color: #2ABE25;
}
.AnyTagClassName
{
color: #2ABE25;
}
</style>
background-color css
<style>
a { background-color: #2ABE25; }
a { background-color: rgb(42,190,37); }
div.DivClassName
{
background-color: #2ABE25;
}
.BgClassName
{
background-color: #2ABE25;
}
</style>
border-color css
<style>
span { border-color: #2ABE25; }
span { border-color: rgb(42,190,37); }
td.TdClassName
{
border-color: #2ABE25;
}
.TagClassName
{
border-color: #2ABE25;
}
</style>