Shades of Lime Green #2BFA37
Tints of Lime Green #2BFA37
RGB
CMYK
RGB Variations
Color information
#2BFA37 (or 0x2BFA37) is known color: Lime Green. HEX triplet: 2B, FA and 37. RGB value is (43,250,55). Sum of RGB (Red+Green+Blue) = 43+250+55=348 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.36% from 348); Green value is 250 (98.05% from 255 or 71.84% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFA37 is #D405C8. Grayscale: #A6A6A6. Windows color (decimal): -13895113 or 3668523. OLE color: 3668523.
HSL color Cylindrical-coordinate representation of color #2BFA37: hue angle of 123.48º 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 #2BFA37 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 55 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.02 |
| HSL | 123.48º | 0.95% | 0.57% | - |
| HSV(B) | 123.48º | 0.83% | 0.98% | - |
| XYZ | 35.87 | 69.16 | 15.07 | - |
| YUV | 165.88 | 65.42 | 40.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 55 | 0.83 | 0 | 0.78 | 0.02 | 123.48 | 0.95 | 0.57 |
| Hex | 2B | FA | 37 | 53 | 0 | 4E | 2 | 7B | 5F | 39 |
| Octal | 53 | 372 | 67 | 123 | 0 | 116 | 2 | 173 | 137 | 71 |
| Binary | 101011 | 11111010 | 110111 | 1010011 | 0 | 1001110 | 10 | 1111011 | 1011111 | 111001 |
Color Harmonies of #2BFA37
Complementary color
Monochromatic Colors of #2BFA37
Black with #2BFA37
Text Example
Text Example
White with #2BFA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA37; }
p { color: rgb(43,250,55); }
H1.HeaderClassName
{
color: #2BFA37;
}
.AnyTagClassName
{
color: #2BFA37;
}
</style>
background-color css
<style>
a { background-color: #2BFA37; }
a { background-color: rgb(43,250,55); }
div.DivClassName
{
background-color: #2BFA37;
}
.BgClassName
{
background-color: #2BFA37;
}
</style>
border-color css
<style>
span { border-color: #2BFA37; }
span { border-color: rgb(43,250,55); }
td.TdClassName
{
border-color: #2BFA37;
}
.TagClassName
{
border-color: #2BFA37;
}
</style>