Shades of Lime Green #2BE14A
Tints of Lime Green #2BE14A
RGB
CMYK
RGB Variations
Color information
#2BE14A (or 0x2BE14A) is known color: Lime Green. HEX triplet: 2B, E1 and 4A. RGB value is (43,225,74). Sum of RGB (Red+Green+Blue) = 43+225+74=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 225 (88.28% from 255 or 65.79% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE14A is #D41EB5. Grayscale: #999999. Windows color (decimal): -13901494 or 4907307. OLE color: 4907307.
HSL color Cylindrical-coordinate representation of color #2BE14A: hue angle of 130.22º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE14A is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 74 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.12 |
| HSL | 130.22º | 0.75% | 0.53% | - |
| HSV(B) | 130.22º | 0.81% | 0.88% | - |
| XYZ | 29.16 | 54.86 | 15.53 | - |
| YUV | 153.37 | 83.2 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 74 | 0.81 | 0 | 0.67 | 0.12 | 130.22 | 0.75 | 0.53 |
| Hex | 2B | E1 | 4A | 51 | 0 | 43 | C | 82 | 4B | 35 |
| Octal | 53 | 341 | 112 | 121 | 0 | 103 | 14 | 202 | 113 | 65 |
| Binary | 101011 | 11100001 | 1001010 | 1010001 | 0 | 1000011 | 1100 | 10000010 | 1001011 | 110101 |
Color Harmonies of #2BE14A
Complementary color
Monochromatic Colors of #2BE14A
Black with #2BE14A
Text Example
Text Example
White with #2BE14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE14A; }
p { color: rgb(43,225,74); }
H1.HeaderClassName
{
color: #2BE14A;
}
.AnyTagClassName
{
color: #2BE14A;
}
</style>
background-color css
<style>
a { background-color: #2BE14A; }
a { background-color: rgb(43,225,74); }
div.DivClassName
{
background-color: #2BE14A;
}
.BgClassName
{
background-color: #2BE14A;
}
</style>
border-color css
<style>
span { border-color: #2BE14A; }
span { border-color: rgb(43,225,74); }
td.TdClassName
{
border-color: #2BE14A;
}
.TagClassName
{
border-color: #2BE14A;
}
</style>