Shades of Lime Green #2BEB2F
Tints of Lime Green #2BEB2F
RGB
CMYK
RGB Variations
Color information
#2BEB2F (or 0x2BEB2F) is known color: Lime Green. HEX triplet: 2B, EB and 2F. RGB value is (43,235,47). Sum of RGB (Red+Green+Blue) = 43+235+47=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 235 (92.19% from 255 or 72.31% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEB2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEB2F is #D414D0. Grayscale: #9C9C9C. Windows color (decimal): -13898961 or 3140395. OLE color: 3140395.
HSL color Cylindrical-coordinate representation of color #2BEB2F: hue angle of 121.25º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEB2F is Cyan = 0.82, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 235 | 47 | - |
| CMYK | 0.82 | 0 | 0.8 | 0.08 |
| HSL | 121.25º | 0.83% | 0.55% | - |
| HSV(B) | 121.25º | 0.82% | 0.92% | - |
| XYZ | 31.22 | 60.14 | 12.65 | - |
| YUV | 156.16 | 66.39 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 235 | 47 | 0.82 | 0 | 0.8 | 0.08 | 121.25 | 0.83 | 0.55 |
| Hex | 2B | EB | 2F | 52 | 0 | 50 | 8 | 79 | 53 | 37 |
| Octal | 53 | 353 | 57 | 122 | 0 | 120 | 10 | 171 | 123 | 67 |
| Binary | 101011 | 11101011 | 101111 | 1010010 | 0 | 1010000 | 1000 | 1111001 | 1010011 | 110111 |
Color Harmonies of #2BEB2F
Complementary color
Monochromatic Colors of #2BEB2F
Black with #2BEB2F
Text Example
Text Example
White with #2BEB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEB2F; }
p { color: rgb(43,235,47); }
H1.HeaderClassName
{
color: #2BEB2F;
}
.AnyTagClassName
{
color: #2BEB2F;
}
</style>
background-color css
<style>
a { background-color: #2BEB2F; }
a { background-color: rgb(43,235,47); }
div.DivClassName
{
background-color: #2BEB2F;
}
.BgClassName
{
background-color: #2BEB2F;
}
</style>
border-color css
<style>
span { border-color: #2BEB2F; }
span { border-color: rgb(43,235,47); }
td.TdClassName
{
border-color: #2BEB2F;
}
.TagClassName
{
border-color: #2BEB2F;
}
</style>