Shades of Lime Green #2BEB2B
Tints of Lime Green #2BEB2B
RGB
CMYK
RGB Variations
Color information
#2BEB2B (or 0x2BEB2B) is known color: Lime Green. HEX triplet: 2B, EB and 2B. RGB value is (43,235,43). Sum of RGB (Red+Green+Blue) = 43+235+43=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 235 (92.19% from 255 or 73.21% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEB2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEB2B is #D414D4. Grayscale: #9C9C9C. Windows color (decimal): -13898965 or 2878251. OLE color: 2878251.
HSL color Cylindrical-coordinate representation of color #2BEB2B: hue angle of 120º 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 #2BEB2B is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 235 | 43 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.08 |
| HSL | 120º | 0.83% | 0.55% | - |
| HSV(B) | 120º | 0.82% | 0.92% | - |
| XYZ | 31.14 | 60.1 | 12.25 | - |
| YUV | 155.7 | 64.39 | 47.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 235 | 43 | 0.82 | 0 | 0.82 | 0.08 | 120 | 0.83 | 0.55 |
| Hex | 2B | EB | 2B | 52 | 0 | 52 | 8 | 78 | 53 | 37 |
| Octal | 53 | 353 | 53 | 122 | 0 | 122 | 10 | 170 | 123 | 67 |
| Binary | 101011 | 11101011 | 101011 | 1010010 | 0 | 1010010 | 1000 | 1111000 | 1010011 | 110111 |
Color Harmonies of #2BEB2B
Complementary color
Monochromatic Colors of #2BEB2B
Black with #2BEB2B
Text Example
Text Example
White with #2BEB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEB2B; }
p { color: rgb(43,235,43); }
H1.HeaderClassName
{
color: #2BEB2B;
}
.AnyTagClassName
{
color: #2BEB2B;
}
</style>
background-color css
<style>
a { background-color: #2BEB2B; }
a { background-color: rgb(43,235,43); }
div.DivClassName
{
background-color: #2BEB2B;
}
.BgClassName
{
background-color: #2BEB2B;
}
</style>
border-color css
<style>
span { border-color: #2BEB2B; }
span { border-color: rgb(43,235,43); }
td.TdClassName
{
border-color: #2BEB2B;
}
.TagClassName
{
border-color: #2BEB2B;
}
</style>