Shades of Lime Green #2BE04A
Tints of Lime Green #2BE04A
RGB
CMYK
RGB Variations
Color information
#2BE04A (or 0x2BE04A) is known color: Lime Green. HEX triplet: 2B, E0 and 4A. RGB value is (43,224,74). Sum of RGB (Red+Green+Blue) = 43+224+74=341 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.61% from 341); Green value is 224 (87.89% from 255 or 65.69% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE04A is #D41FB5. Grayscale: #999999. Windows color (decimal): -13901750 or 4907051. OLE color: 4907051.
HSL color Cylindrical-coordinate representation of color #2BE04A: hue angle of 130.28º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE04A is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 74 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.12 |
| HSL | 130.28º | 0.74% | 0.52% | - |
| HSV(B) | 130.28º | 0.81% | 0.88% | - |
| XYZ | 28.89 | 54.32 | 15.44 | - |
| YUV | 152.78 | 83.53 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 74 | 0.81 | 0 | 0.67 | 0.12 | 130.28 | 0.74 | 0.52 |
| Hex | 2B | E0 | 4A | 51 | 0 | 43 | C | 82 | 4A | 34 |
| Octal | 53 | 340 | 112 | 121 | 0 | 103 | 14 | 202 | 112 | 64 |
| Binary | 101011 | 11100000 | 1001010 | 1010001 | 0 | 1000011 | 1100 | 10000010 | 1001010 | 110100 |
Color Harmonies of #2BE04A
Complementary color
Monochromatic Colors of #2BE04A
Black with #2BE04A
Text Example
Text Example
White with #2BE04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE04A; }
p { color: rgb(43,224,74); }
H1.HeaderClassName
{
color: #2BE04A;
}
.AnyTagClassName
{
color: #2BE04A;
}
</style>
background-color css
<style>
a { background-color: #2BE04A; }
a { background-color: rgb(43,224,74); }
div.DivClassName
{
background-color: #2BE04A;
}
.BgClassName
{
background-color: #2BE04A;
}
</style>
border-color css
<style>
span { border-color: #2BE04A; }
span { border-color: rgb(43,224,74); }
td.TdClassName
{
border-color: #2BE04A;
}
.TagClassName
{
border-color: #2BE04A;
}
</style>