Shades of Lime Green #2ABE26
Tints of Lime Green #2ABE26
RGB
CMYK
RGB Variations
Color information
#2ABE26 (or 0x2ABE26) is known color: Lime Green. HEX triplet: 2A, BE and 26. RGB value is (42,190,38). Sum of RGB (Red+Green+Blue) = 42+190+38=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 190 (74.61% from 255 or 70.37% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABE26 is #D541D9. Grayscale: #808080. Windows color (decimal): -13976026 or 2539050. OLE color: 2539050.
HSL color Cylindrical-coordinate representation of color #2ABE26: hue angle of 118.42º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ABE26 is Cyan = 0.78, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 38 | - |
| CMYK | 0.78 | 0 | 0.8 | 0.25 |
| HSL | 118.42º | 0.67% | 0.45% | - |
| HSV(B) | 118.42º | 0.8% | 0.75% | - |
| XYZ | 19.72 | 37.46 | 8.02 | - |
| YUV | 128.42 | 76.97 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 38 | 0.78 | 0 | 0.8 | 0.25 | 118.42 | 0.67 | 0.45 |
| Hex | 2A | BE | 26 | 4E | 0 | 50 | 19 | 76 | 43 | 2D |
| Octal | 52 | 276 | 46 | 116 | 0 | 120 | 31 | 166 | 103 | 55 |
| Binary | 101010 | 10111110 | 100110 | 1001110 | 0 | 1010000 | 11001 | 1110110 | 1000011 | 101101 |
Color Harmonies of #2ABE26
Complementary color
Monochromatic Colors of #2ABE26
Black with #2ABE26
Text Example
Text Example
White with #2ABE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE26; }
p { color: rgb(42,190,38); }
H1.HeaderClassName
{
color: #2ABE26;
}
.AnyTagClassName
{
color: #2ABE26;
}
</style>
background-color css
<style>
a { background-color: #2ABE26; }
a { background-color: rgb(42,190,38); }
div.DivClassName
{
background-color: #2ABE26;
}
.BgClassName
{
background-color: #2ABE26;
}
</style>
border-color css
<style>
span { border-color: #2ABE26; }
span { border-color: rgb(42,190,38); }
td.TdClassName
{
border-color: #2ABE26;
}
.TagClassName
{
border-color: #2ABE26;
}
</style>