Shades of Lime Green #2BFF3F
Tints of Lime Green #2BFF3F
RGB
CMYK
RGB Variations
Color information
#2BFF3F (or 0x2BFF3F) is known color: Lime Green. HEX triplet: 2B, FF and 3F. RGB value is (43,255,63). Sum of RGB (Red+Green+Blue) = 43+255+63=361 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.91% from 361); Green value is 255 (100% from 255 or 70.64% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFF3F is #D400C0. Grayscale: #AAAAAA. Windows color (decimal): -13893825 or 4194091. OLE color: 4194091.
HSL color Cylindrical-coordinate representation of color #2BFF3F: hue angle of 125.66º 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 #2BFF3F is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 63 | - |
| CMYK | 0.83 | 0 | 0.75 | 0 |
| HSL | 125.66º | 1% | 0.58% | - |
| HSV(B) | 125.66º | 0.83% | 1% | - |
| XYZ | 37.65 | 72.39 | 16.69 | - |
| YUV | 169.72 | 67.76 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 63 | 0.83 | 0 | 0.75 | 0 | 125.66 | 1 | 0.58 |
| Hex | 2B | FF | 3F | 53 | 0 | 4B | 0 | 7E | 64 | 3A |
| Octal | 53 | 377 | 77 | 123 | 0 | 113 | 0 | 176 | 144 | 72 |
| Binary | 101011 | 11111111 | 111111 | 1010011 | 0 | 1001011 | 0 | 1111110 | 1100100 | 111010 |
Color Harmonies of #2BFF3F
Complementary color
Monochromatic Colors of #2BFF3F
Black with #2BFF3F
Text Example
Text Example
White with #2BFF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF3F; }
p { color: rgb(43,255,63); }
H1.HeaderClassName
{
color: #2BFF3F;
}
.AnyTagClassName
{
color: #2BFF3F;
}
</style>
background-color css
<style>
a { background-color: #2BFF3F; }
a { background-color: rgb(43,255,63); }
div.DivClassName
{
background-color: #2BFF3F;
}
.BgClassName
{
background-color: #2BFF3F;
}
</style>
border-color css
<style>
span { border-color: #2BFF3F; }
span { border-color: rgb(43,255,63); }
td.TdClassName
{
border-color: #2BFF3F;
}
.TagClassName
{
border-color: #2BFF3F;
}
</style>