Shades of Lime Green #2BFB44
Tints of Lime Green #2BFB44
RGB
CMYK
RGB Variations
Color information
#2BFB44 (or 0x2BFB44) is known color: Lime Green. HEX triplet: 2B, FB and 44. RGB value is (43,251,68). Sum of RGB (Red+Green+Blue) = 43+251+68=362 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.88% from 362); Green value is 251 (98.44% from 255 or 69.34% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFB44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFB44 is #D404BB. Grayscale: #A8A8A8. Windows color (decimal): -13894844 or 4520747. OLE color: 4520747.
HSL color Cylindrical-coordinate representation of color #2BFB44: hue angle of 127.21º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFB44 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 68 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.02 |
| HSL | 127.21º | 0.96% | 0.58% | - |
| HSV(B) | 127.21º | 0.83% | 0.98% | - |
| XYZ | 36.54 | 69.93 | 17.04 | - |
| YUV | 167.95 | 71.59 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 68 | 0.83 | 0 | 0.73 | 0.02 | 127.21 | 0.96 | 0.58 |
| Hex | 2B | FB | 44 | 53 | 0 | 49 | 2 | 7F | 60 | 3A |
| Octal | 53 | 373 | 104 | 123 | 0 | 111 | 2 | 177 | 140 | 72 |
| Binary | 101011 | 11111011 | 1000100 | 1010011 | 0 | 1001001 | 10 | 1111111 | 1100000 | 111010 |
Color Harmonies of #2BFB44
Complementary color
Monochromatic Colors of #2BFB44
Black with #2BFB44
Text Example
Text Example
White with #2BFB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFB44; }
p { color: rgb(43,251,68); }
H1.HeaderClassName
{
color: #2BFB44;
}
.AnyTagClassName
{
color: #2BFB44;
}
</style>
background-color css
<style>
a { background-color: #2BFB44; }
a { background-color: rgb(43,251,68); }
div.DivClassName
{
background-color: #2BFB44;
}
.BgClassName
{
background-color: #2BFB44;
}
</style>
border-color css
<style>
span { border-color: #2BFB44; }
span { border-color: rgb(43,251,68); }
td.TdClassName
{
border-color: #2BFB44;
}
.TagClassName
{
border-color: #2BFB44;
}
</style>