Shades of Lime Green #2BFA3F
Tints of Lime Green #2BFA3F
RGB
CMYK
RGB Variations
Color information
#2BFA3F (or 0x2BFA3F) is known color: Lime Green. HEX triplet: 2B, FA and 3F. RGB value is (43,250,63). Sum of RGB (Red+Green+Blue) = 43+250+63=356 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.08% from 356); Green value is 250 (98.05% from 255 or 70.22% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFA3F is #D405C0. Grayscale: #A7A7A7. Windows color (decimal): -13895105 or 4192811. OLE color: 4192811.
HSL color Cylindrical-coordinate representation of color #2BFA3F: hue angle of 125.8º 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 #2BFA3F is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 63 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.02 |
| HSL | 125.8º | 0.95% | 0.57% | - |
| HSV(B) | 125.8º | 0.83% | 0.98% | - |
| XYZ | 36.08 | 69.24 | 16.17 | - |
| YUV | 166.79 | 69.42 | 39.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 63 | 0.83 | 0 | 0.75 | 0.02 | 125.8 | 0.95 | 0.57 |
| Hex | 2B | FA | 3F | 53 | 0 | 4B | 2 | 7E | 5F | 39 |
| Octal | 53 | 372 | 77 | 123 | 0 | 113 | 2 | 176 | 137 | 71 |
| Binary | 101011 | 11111010 | 111111 | 1010011 | 0 | 1001011 | 10 | 1111110 | 1011111 | 111001 |
Color Harmonies of #2BFA3F
Complementary color
Monochromatic Colors of #2BFA3F
Black with #2BFA3F
Text Example
Text Example
White with #2BFA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA3F; }
p { color: rgb(43,250,63); }
H1.HeaderClassName
{
color: #2BFA3F;
}
.AnyTagClassName
{
color: #2BFA3F;
}
</style>
background-color css
<style>
a { background-color: #2BFA3F; }
a { background-color: rgb(43,250,63); }
div.DivClassName
{
background-color: #2BFA3F;
}
.BgClassName
{
background-color: #2BFA3F;
}
</style>
border-color css
<style>
span { border-color: #2BFA3F; }
span { border-color: rgb(43,250,63); }
td.TdClassName
{
border-color: #2BFA3F;
}
.TagClassName
{
border-color: #2BFA3F;
}
</style>