Shades of Lime Green #2BFF3E
Tints of Lime Green #2BFF3E
RGB
CMYK
RGB Variations
Color information
#2BFF3E (or 0x2BFF3E) is known color: Lime Green. HEX triplet: 2B, FF and 3E. RGB value is (43,255,62). Sum of RGB (Red+Green+Blue) = 43+255+62=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 255 (100% from 255 or 70.83% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFF3E is #D400C1. Grayscale: #AAAAAA. Windows color (decimal): -13893826 or 4128555. OLE color: 4128555.
HSL color Cylindrical-coordinate representation of color #2BFF3E: hue angle of 125.38º 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 #2BFF3E is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 62 | - |
| CMYK | 0.83 | 0 | 0.76 | 0 |
| HSL | 125.38º | 1% | 0.58% | - |
| HSV(B) | 125.38º | 0.83% | 1% | - |
| XYZ | 37.63 | 72.38 | 16.55 | - |
| YUV | 169.61 | 67.26 | 37.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 62 | 0.83 | 0 | 0.76 | 0 | 125.38 | 1 | 0.58 |
| Hex | 2B | FF | 3E | 53 | 0 | 4C | 0 | 7D | 64 | 3A |
| Octal | 53 | 377 | 76 | 123 | 0 | 114 | 0 | 175 | 144 | 72 |
| Binary | 101011 | 11111111 | 111110 | 1010011 | 0 | 1001100 | 0 | 1111101 | 1100100 | 111010 |
Color Harmonies of #2BFF3E
Complementary color
Monochromatic Colors of #2BFF3E
Black with #2BFF3E
Text Example
Text Example
White with #2BFF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF3E; }
p { color: rgb(43,255,62); }
H1.HeaderClassName
{
color: #2BFF3E;
}
.AnyTagClassName
{
color: #2BFF3E;
}
</style>
background-color css
<style>
a { background-color: #2BFF3E; }
a { background-color: rgb(43,255,62); }
div.DivClassName
{
background-color: #2BFF3E;
}
.BgClassName
{
background-color: #2BFF3E;
}
</style>
border-color css
<style>
span { border-color: #2BFF3E; }
span { border-color: rgb(43,255,62); }
td.TdClassName
{
border-color: #2BFF3E;
}
.TagClassName
{
border-color: #2BFF3E;
}
</style>