Shades of Lime Green #2BF845
Tints of Lime Green #2BF845
RGB
CMYK
RGB Variations
Color information
#2BF845 (or 0x2BF845) is known color: Lime Green. HEX triplet: 2B, F8 and 45. RGB value is (43,248,69). Sum of RGB (Red+Green+Blue) = 43+248+69=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 248 (97.27% from 255 or 68.89% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 248 - color contains mainly: green. Hex color #2BF845 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF845 is #D407BA. Grayscale: #A6A6A6. Windows color (decimal): -13895611 or 4585515. OLE color: 4585515.
HSL color Cylindrical-coordinate representation of color #2BF845: hue angle of 127.61º 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 #2BF845 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 248 | 69 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.03 |
| HSL | 127.61º | 0.94% | 0.57% | - |
| HSV(B) | 127.61º | 0.83% | 0.97% | - |
| XYZ | 35.64 | 68.08 | 16.89 | - |
| YUV | 166.3 | 73.08 | 40.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 248 | 69 | 0.83 | 0 | 0.72 | 0.03 | 127.61 | 0.94 | 0.57 |
| Hex | 2B | F8 | 45 | 53 | 0 | 48 | 3 | 80 | 5E | 39 |
| Octal | 53 | 370 | 105 | 123 | 0 | 110 | 3 | 200 | 136 | 71 |
| Binary | 101011 | 11111000 | 1000101 | 1010011 | 0 | 1001000 | 11 | 10000000 | 1011110 | 111001 |
Color Harmonies of #2BF845
Complementary color
Monochromatic Colors of #2BF845
Black with #2BF845
Text Example
Text Example
White with #2BF845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF845; }
p { color: rgb(43,248,69); }
H1.HeaderClassName
{
color: #2BF845;
}
.AnyTagClassName
{
color: #2BF845;
}
</style>
background-color css
<style>
a { background-color: #2BF845; }
a { background-color: rgb(43,248,69); }
div.DivClassName
{
background-color: #2BF845;
}
.BgClassName
{
background-color: #2BF845;
}
</style>
border-color css
<style>
span { border-color: #2BF845; }
span { border-color: rgb(43,248,69); }
td.TdClassName
{
border-color: #2BF845;
}
.TagClassName
{
border-color: #2BF845;
}
</style>