Shades of Lime Green #2BF844
Tints of Lime Green #2BF844
RGB
CMYK
RGB Variations
Color information
#2BF844 (or 0x2BF844) is known color: Lime Green. HEX triplet: 2B, F8 and 44. RGB value is (43,248,68). Sum of RGB (Red+Green+Blue) = 43+248+68=359 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.98% from 359); Green value is 248 (97.27% from 255 or 69.08% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 248 - color contains mainly: green. Hex color #2BF844 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF844 is #D407BB. Grayscale: #A6A6A6. Windows color (decimal): -13895612 or 4519979. OLE color: 4519979.
HSL color Cylindrical-coordinate representation of color #2BF844: hue angle of 127.32º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF844 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 248 | 68 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.03 |
| HSL | 127.32º | 0.94% | 0.57% | - |
| HSV(B) | 127.32º | 0.83% | 0.97% | - |
| XYZ | 35.61 | 68.07 | 16.73 | - |
| YUV | 166.19 | 72.58 | 40.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 248 | 68 | 0.83 | 0 | 0.73 | 0.03 | 127.32 | 0.94 | 0.57 |
| Hex | 2B | F8 | 44 | 53 | 0 | 49 | 3 | 7F | 5E | 39 |
| Octal | 53 | 370 | 104 | 123 | 0 | 111 | 3 | 177 | 136 | 71 |
| Binary | 101011 | 11111000 | 1000100 | 1010011 | 0 | 1001001 | 11 | 1111111 | 1011110 | 111001 |
Color Harmonies of #2BF844
Complementary color
Monochromatic Colors of #2BF844
Black with #2BF844
Text Example
Text Example
White with #2BF844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF844; }
p { color: rgb(43,248,68); }
H1.HeaderClassName
{
color: #2BF844;
}
.AnyTagClassName
{
color: #2BF844;
}
</style>
background-color css
<style>
a { background-color: #2BF844; }
a { background-color: rgb(43,248,68); }
div.DivClassName
{
background-color: #2BF844;
}
.BgClassName
{
background-color: #2BF844;
}
</style>
border-color css
<style>
span { border-color: #2BF844; }
span { border-color: rgb(43,248,68); }
td.TdClassName
{
border-color: #2BF844;
}
.TagClassName
{
border-color: #2BF844;
}
</style>