Shades of Lime Green #2BFF3B
Tints of Lime Green #2BFF3B
RGB
CMYK
RGB Variations
Color information
#2BFF3B (or 0x2BFF3B) is known color: Lime Green. HEX triplet: 2B, FF and 3B. RGB value is (43,255,59). Sum of RGB (Red+Green+Blue) = 43+255+59=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 255 (100% from 255 or 71.43% from 357); Blue value is 59 (23.44% from 255 or 16.53% from 357); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFF3B is #D400C4. Grayscale: #A9A9A9. Windows color (decimal): -13893829 or 3931947. OLE color: 3931947.
HSL color Cylindrical-coordinate representation of color #2BFF3B: hue angle of 124.53º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFF3B is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 59 | - |
| CMYK | 0.83 | 0 | 0.77 | 0 |
| HSL | 124.53º | 1% | 0.58% | - |
| HSV(B) | 124.53º | 0.83% | 1% | - |
| XYZ | 37.55 | 72.35 | 16.12 | - |
| YUV | 169.27 | 65.76 | 37.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 59 | 0.83 | 0 | 0.77 | 0 | 124.53 | 1 | 0.58 |
| Hex | 2B | FF | 3B | 53 | 0 | 4D | 0 | 7D | 64 | 3A |
| Octal | 53 | 377 | 73 | 123 | 0 | 115 | 0 | 175 | 144 | 72 |
| Binary | 101011 | 11111111 | 111011 | 1010011 | 0 | 1001101 | 0 | 1111101 | 1100100 | 111010 |
Color Harmonies of #2BFF3B
Complementary color
Monochromatic Colors of #2BFF3B
Black with #2BFF3B
Text Example
Text Example
White with #2BFF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF3B; }
p { color: rgb(43,255,59); }
H1.HeaderClassName
{
color: #2BFF3B;
}
.AnyTagClassName
{
color: #2BFF3B;
}
</style>
background-color css
<style>
a { background-color: #2BFF3B; }
a { background-color: rgb(43,255,59); }
div.DivClassName
{
background-color: #2BFF3B;
}
.BgClassName
{
background-color: #2BFF3B;
}
</style>
border-color css
<style>
span { border-color: #2BFF3B; }
span { border-color: rgb(43,255,59); }
td.TdClassName
{
border-color: #2BFF3B;
}
.TagClassName
{
border-color: #2BFF3B;
}
</style>