Shades of Lime Green #2BFA3E
Tints of Lime Green #2BFA3E
RGB
CMYK
RGB Variations
Color information
#2BFA3E (or 0x2BFA3E) is known color: Lime Green. HEX triplet: 2B, FA and 3E. RGB value is (43,250,62). Sum of RGB (Red+Green+Blue) = 43+250+62=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 250 (98.05% from 255 or 70.42% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFA3E is #D405C1. Grayscale: #A7A7A7. Windows color (decimal): -13895106 or 4127275. OLE color: 4127275.
HSL color Cylindrical-coordinate representation of color #2BFA3E: hue angle of 125.51º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFA3E is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 62 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.02 |
| HSL | 125.51º | 0.95% | 0.57% | - |
| HSV(B) | 125.51º | 0.83% | 0.98% | - |
| XYZ | 36.05 | 69.23 | 16.02 | - |
| YUV | 166.68 | 68.92 | 39.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 62 | 0.83 | 0 | 0.75 | 0.02 | 125.51 | 0.95 | 0.57 |
| Hex | 2B | FA | 3E | 53 | 0 | 4B | 2 | 7E | 5F | 39 |
| Octal | 53 | 372 | 76 | 123 | 0 | 113 | 2 | 176 | 137 | 71 |
| Binary | 101011 | 11111010 | 111110 | 1010011 | 0 | 1001011 | 10 | 1111110 | 1011111 | 111001 |
Color Harmonies of #2BFA3E
Complementary color
Monochromatic Colors of #2BFA3E
Black with #2BFA3E
Text Example
Text Example
White with #2BFA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA3E; }
p { color: rgb(43,250,62); }
H1.HeaderClassName
{
color: #2BFA3E;
}
.AnyTagClassName
{
color: #2BFA3E;
}
</style>
background-color css
<style>
a { background-color: #2BFA3E; }
a { background-color: rgb(43,250,62); }
div.DivClassName
{
background-color: #2BFA3E;
}
.BgClassName
{
background-color: #2BFA3E;
}
</style>
border-color css
<style>
span { border-color: #2BFA3E; }
span { border-color: rgb(43,250,62); }
td.TdClassName
{
border-color: #2BFA3E;
}
.TagClassName
{
border-color: #2BFA3E;
}
</style>