Shades of Lime Green #2ABE23
Tints of Lime Green #2ABE23
RGB
CMYK
RGB Variations
Color information
#2ABE23 (or 0x2ABE23) is known color: Lime Green. HEX triplet: 2A, BE and 23. RGB value is (42,190,35). Sum of RGB (Red+Green+Blue) = 42+190+35=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 190 (74.61% from 255 or 71.16% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABE23 is #D541DC. Grayscale: #808080. Windows color (decimal): -13976029 or 2342442. OLE color: 2342442.
HSL color Cylindrical-coordinate representation of color #2ABE23: hue angle of 117.29º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ABE23 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 35 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.25 |
| HSL | 117.29º | 0.69% | 0.44% | - |
| HSV(B) | 117.29º | 0.82% | 0.75% | - |
| XYZ | 19.67 | 37.44 | 7.78 | - |
| YUV | 128.08 | 75.47 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 35 | 0.78 | 0 | 0.82 | 0.25 | 117.29 | 0.69 | 0.44 |
| Hex | 2A | BE | 23 | 4E | 0 | 52 | 19 | 75 | 45 | 2C |
| Octal | 52 | 276 | 43 | 116 | 0 | 122 | 31 | 165 | 105 | 54 |
| Binary | 101010 | 10111110 | 100011 | 1001110 | 0 | 1010010 | 11001 | 1110101 | 1000101 | 101100 |
Color Harmonies of #2ABE23
Complementary color
Monochromatic Colors of #2ABE23
Black with #2ABE23
Text Example
Text Example
White with #2ABE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE23; }
p { color: rgb(42,190,35); }
H1.HeaderClassName
{
color: #2ABE23;
}
.AnyTagClassName
{
color: #2ABE23;
}
</style>
background-color css
<style>
a { background-color: #2ABE23; }
a { background-color: rgb(42,190,35); }
div.DivClassName
{
background-color: #2ABE23;
}
.BgClassName
{
background-color: #2ABE23;
}
</style>
border-color css
<style>
span { border-color: #2ABE23; }
span { border-color: rgb(42,190,35); }
td.TdClassName
{
border-color: #2ABE23;
}
.TagClassName
{
border-color: #2ABE23;
}
</style>