Shades of Lime Green #2BE648
Tints of Lime Green #2BE648
RGB
CMYK
RGB Variations
Color information
#2BE648 (or 0x2BE648) is known color: Lime Green. HEX triplet: 2B, E6 and 48. RGB value is (43,230,72). Sum of RGB (Red+Green+Blue) = 43+230+72=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 230 (90.23% from 255 or 66.67% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE648 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE648 is #D419B7. Grayscale: #9C9C9C. Windows color (decimal): -13900216 or 4777515. OLE color: 4777515.
HSL color Cylindrical-coordinate representation of color #2BE648: hue angle of 129.3º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE648 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 230 | 72 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.10 |
| HSL | 129.3º | 0.79% | 0.54% | - |
| HSV(B) | 129.3º | 0.81% | 0.9% | - |
| XYZ | 30.46 | 57.58 | 15.64 | - |
| YUV | 156.08 | 80.55 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 230 | 72 | 0.81 | 0 | 0.69 | 0.10 | 129.3 | 0.79 | 0.54 |
| Hex | 2B | E6 | 48 | 51 | 0 | 45 | A | 81 | 4F | 36 |
| Octal | 53 | 346 | 110 | 121 | 0 | 105 | 12 | 201 | 117 | 66 |
| Binary | 101011 | 11100110 | 1001000 | 1010001 | 0 | 1000101 | 1010 | 10000001 | 1001111 | 110110 |
Color Harmonies of #2BE648
Complementary color
Monochromatic Colors of #2BE648
Black with #2BE648
Text Example
Text Example
White with #2BE648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE648; }
p { color: rgb(43,230,72); }
H1.HeaderClassName
{
color: #2BE648;
}
.AnyTagClassName
{
color: #2BE648;
}
</style>
background-color css
<style>
a { background-color: #2BE648; }
a { background-color: rgb(43,230,72); }
div.DivClassName
{
background-color: #2BE648;
}
.BgClassName
{
background-color: #2BE648;
}
</style>
border-color css
<style>
span { border-color: #2BE648; }
span { border-color: rgb(43,230,72); }
td.TdClassName
{
border-color: #2BE648;
}
.TagClassName
{
border-color: #2BE648;
}
</style>