Shades of Lime Green #2BFA44
Tints of Lime Green #2BFA44
RGB
CMYK
RGB Variations
Color information
#2BFA44 (or 0x2BFA44) is known color: Lime Green. HEX triplet: 2B, FA and 44. RGB value is (43,250,68). Sum of RGB (Red+Green+Blue) = 43+250+68=361 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.91% from 361); Green value is 250 (98.05% from 255 or 69.25% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFA44 is #D405BB. Grayscale: #A7A7A7. Windows color (decimal): -13895100 or 4520491. OLE color: 4520491.
HSL color Cylindrical-coordinate representation of color #2BFA44: hue angle of 127.25º 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 #2BFA44 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 68 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.02 |
| HSL | 127.25º | 0.95% | 0.57% | - |
| HSV(B) | 127.25º | 0.83% | 0.98% | - |
| XYZ | 36.23 | 69.3 | 16.94 | - |
| YUV | 167.36 | 71.92 | 39.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 68 | 0.83 | 0 | 0.73 | 0.02 | 127.25 | 0.95 | 0.57 |
| Hex | 2B | FA | 44 | 53 | 0 | 49 | 2 | 7F | 5F | 39 |
| Octal | 53 | 372 | 104 | 123 | 0 | 111 | 2 | 177 | 137 | 71 |
| Binary | 101011 | 11111010 | 1000100 | 1010011 | 0 | 1001001 | 10 | 1111111 | 1011111 | 111001 |
Color Harmonies of #2BFA44
Complementary color
Monochromatic Colors of #2BFA44
Black with #2BFA44
Text Example
Text Example
White with #2BFA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA44; }
p { color: rgb(43,250,68); }
H1.HeaderClassName
{
color: #2BFA44;
}
.AnyTagClassName
{
color: #2BFA44;
}
</style>
background-color css
<style>
a { background-color: #2BFA44; }
a { background-color: rgb(43,250,68); }
div.DivClassName
{
background-color: #2BFA44;
}
.BgClassName
{
background-color: #2BFA44;
}
</style>
border-color css
<style>
span { border-color: #2BFA44; }
span { border-color: rgb(43,250,68); }
td.TdClassName
{
border-color: #2BFA44;
}
.TagClassName
{
border-color: #2BFA44;
}
</style>