Shades of Lime Green #2BEF44
Tints of Lime Green #2BEF44
RGB
CMYK
RGB Variations
Color information
#2BEF44 (or 0x2BEF44) is known color: Lime Green. HEX triplet: 2B, EF and 44. RGB value is (43,239,68). Sum of RGB (Red+Green+Blue) = 43+239+68=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 239 (93.75% from 255 or 68.29% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEF44 is #D410BB. Grayscale: #A1A1A1. Windows color (decimal): -13897916 or 4517675. OLE color: 4517675.
HSL color Cylindrical-coordinate representation of color #2BEF44: hue angle of 127.65º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEF44 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 68 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.06 |
| HSL | 127.65º | 0.86% | 0.55% | - |
| HSV(B) | 127.65º | 0.82% | 0.94% | - |
| XYZ | 32.91 | 62.66 | 15.83 | - |
| YUV | 160.9 | 75.57 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 68 | 0.82 | 0 | 0.72 | 0.06 | 127.65 | 0.86 | 0.55 |
| Hex | 2B | EF | 44 | 52 | 0 | 48 | 6 | 80 | 56 | 37 |
| Octal | 53 | 357 | 104 | 122 | 0 | 110 | 6 | 200 | 126 | 67 |
| Binary | 101011 | 11101111 | 1000100 | 1010010 | 0 | 1001000 | 110 | 10000000 | 1010110 | 110111 |
Color Harmonies of #2BEF44
Complementary color
Monochromatic Colors of #2BEF44
Black with #2BEF44
Text Example
Text Example
White with #2BEF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEF44; }
p { color: rgb(43,239,68); }
H1.HeaderClassName
{
color: #2BEF44;
}
.AnyTagClassName
{
color: #2BEF44;
}
</style>
background-color css
<style>
a { background-color: #2BEF44; }
a { background-color: rgb(43,239,68); }
div.DivClassName
{
background-color: #2BEF44;
}
.BgClassName
{
background-color: #2BEF44;
}
</style>
border-color css
<style>
span { border-color: #2BEF44; }
span { border-color: rgb(43,239,68); }
td.TdClassName
{
border-color: #2BEF44;
}
.TagClassName
{
border-color: #2BEF44;
}
</style>