Shades of Lime Green #2BFA39
Tints of Lime Green #2BFA39
RGB
CMYK
RGB Variations
Color information
#2BFA39 (or 0x2BFA39) is known color: Lime Green. HEX triplet: 2B, FA and 39. RGB value is (43,250,57). Sum of RGB (Red+Green+Blue) = 43+250+57=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 250 (98.05% from 255 or 71.43% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFA39 is #D405C6. Grayscale: #A6A6A6. Windows color (decimal): -13895111 or 3799595. OLE color: 3799595.
HSL color Cylindrical-coordinate representation of color #2BFA39: hue angle of 124.06º 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 #2BFA39 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 57 | - |
| CMYK | 0.83 | 0 | 0.77 | 0.02 |
| HSL | 124.06º | 0.95% | 0.57% | - |
| HSV(B) | 124.06º | 0.83% | 0.98% | - |
| XYZ | 35.92 | 69.18 | 15.33 | - |
| YUV | 166.11 | 66.42 | 40.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 57 | 0.83 | 0 | 0.77 | 0.02 | 124.06 | 0.95 | 0.57 |
| Hex | 2B | FA | 39 | 53 | 0 | 4D | 2 | 7C | 5F | 39 |
| Octal | 53 | 372 | 71 | 123 | 0 | 115 | 2 | 174 | 137 | 71 |
| Binary | 101011 | 11111010 | 111001 | 1010011 | 0 | 1001101 | 10 | 1111100 | 1011111 | 111001 |
Color Harmonies of #2BFA39
Complementary color
Monochromatic Colors of #2BFA39
Black with #2BFA39
Text Example
Text Example
White with #2BFA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA39; }
p { color: rgb(43,250,57); }
H1.HeaderClassName
{
color: #2BFA39;
}
.AnyTagClassName
{
color: #2BFA39;
}
</style>
background-color css
<style>
a { background-color: #2BFA39; }
a { background-color: rgb(43,250,57); }
div.DivClassName
{
background-color: #2BFA39;
}
.BgClassName
{
background-color: #2BFA39;
}
</style>
border-color css
<style>
span { border-color: #2BFA39; }
span { border-color: rgb(43,250,57); }
td.TdClassName
{
border-color: #2BFA39;
}
.TagClassName
{
border-color: #2BFA39;
}
</style>