Shades of Lime Green #2BF745
Tints of Lime Green #2BF745
RGB
CMYK
RGB Variations
Color information
#2BF745 (or 0x2BF745) is known color: Lime Green. HEX triplet: 2B, F7 and 45. RGB value is (43,247,69). Sum of RGB (Red+Green+Blue) = 43+247+69=359 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.98% from 359); Green value is 247 (96.88% from 255 or 68.80% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 247 - color contains mainly: green. Hex color #2BF745 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF745 is #D408BA. Grayscale: #A6A6A6. Windows color (decimal): -13895867 or 4585259. OLE color: 4585259.
HSL color Cylindrical-coordinate representation of color #2BF745: hue angle of 127.65º degrees, saturation: 0.93, 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 #2BF745 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 247 | 69 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.03 |
| HSL | 127.65º | 0.93% | 0.57% | - |
| HSV(B) | 127.65º | 0.83% | 0.97% | - |
| XYZ | 35.33 | 67.46 | 16.79 | - |
| YUV | 165.71 | 73.41 | 40.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 247 | 69 | 0.83 | 0 | 0.72 | 0.03 | 127.65 | 0.93 | 0.57 |
| Hex | 2B | F7 | 45 | 53 | 0 | 48 | 3 | 80 | 5D | 39 |
| Octal | 53 | 367 | 105 | 123 | 0 | 110 | 3 | 200 | 135 | 71 |
| Binary | 101011 | 11110111 | 1000101 | 1010011 | 0 | 1001000 | 11 | 10000000 | 1011101 | 111001 |
Color Harmonies of #2BF745
Complementary color
Monochromatic Colors of #2BF745
Black with #2BF745
Text Example
Text Example
White with #2BF745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF745; }
p { color: rgb(43,247,69); }
H1.HeaderClassName
{
color: #2BF745;
}
.AnyTagClassName
{
color: #2BF745;
}
</style>
background-color css
<style>
a { background-color: #2BF745; }
a { background-color: rgb(43,247,69); }
div.DivClassName
{
background-color: #2BF745;
}
.BgClassName
{
background-color: #2BF745;
}
</style>
border-color css
<style>
span { border-color: #2BF745; }
span { border-color: rgb(43,247,69); }
td.TdClassName
{
border-color: #2BF745;
}
.TagClassName
{
border-color: #2BF745;
}
</style>