Shades of Lime Green #2BEF3A
Tints of Lime Green #2BEF3A
RGB
CMYK
RGB Variations
Color information
#2BEF3A (or 0x2BEF3A) is known color: Lime Green. HEX triplet: 2B, EF and 3A. RGB value is (43,239,58). Sum of RGB (Red+Green+Blue) = 43+239+58=340 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.65% from 340); Green value is 239 (93.75% from 255 or 70.29% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEF3A is #D410C5. Grayscale: #A0A0A0. Windows color (decimal): -13897926 or 3862315. OLE color: 3862315.
HSL color Cylindrical-coordinate representation of color #2BEF3A: hue angle of 124.59º 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 #2BEF3A is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 58 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.06 |
| HSL | 124.59º | 0.86% | 0.55% | - |
| HSV(B) | 124.59º | 0.82% | 0.94% | - |
| XYZ | 32.63 | 62.55 | 14.36 | - |
| YUV | 159.76 | 70.57 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 58 | 0.82 | 0 | 0.76 | 0.06 | 124.59 | 0.86 | 0.55 |
| Hex | 2B | EF | 3A | 52 | 0 | 4C | 6 | 7D | 56 | 37 |
| Octal | 53 | 357 | 72 | 122 | 0 | 114 | 6 | 175 | 126 | 67 |
| Binary | 101011 | 11101111 | 111010 | 1010010 | 0 | 1001100 | 110 | 1111101 | 1010110 | 110111 |
Color Harmonies of #2BEF3A
Complementary color
Monochromatic Colors of #2BEF3A
Black with #2BEF3A
Text Example
Text Example
White with #2BEF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEF3A; }
p { color: rgb(43,239,58); }
H1.HeaderClassName
{
color: #2BEF3A;
}
.AnyTagClassName
{
color: #2BEF3A;
}
</style>
background-color css
<style>
a { background-color: #2BEF3A; }
a { background-color: rgb(43,239,58); }
div.DivClassName
{
background-color: #2BEF3A;
}
.BgClassName
{
background-color: #2BEF3A;
}
</style>
border-color css
<style>
span { border-color: #2BEF3A; }
span { border-color: rgb(43,239,58); }
td.TdClassName
{
border-color: #2BEF3A;
}
.TagClassName
{
border-color: #2BEF3A;
}
</style>