Shades of Lime Green #2BC748
Tints of Lime Green #2BC748
RGB
CMYK
RGB Variations
Color information
#2BC748 (or 0x2BC748) is known color: Lime Green. HEX triplet: 2B, C7 and 48. RGB value is (43,199,72). Sum of RGB (Red+Green+Blue) = 43+199+72=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 199 (78.12% from 255 or 63.38% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 199 - color contains mainly: green. Hex color #2BC748 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC748 is #D438B7. Grayscale: #8A8A8A. Windows color (decimal): -13908152 or 4769579. OLE color: 4769579.
HSL color Cylindrical-coordinate representation of color #2BC748: hue angle of 131.15º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC748 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 199 | 72 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.22 |
| HSL | 131.15º | 0.64% | 0.47% | - |
| HSV(B) | 131.15º | 0.78% | 0.78% | - |
| XYZ | 22.59 | 41.83 | 13.01 | - |
| YUV | 137.88 | 90.82 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 199 | 72 | 0.78 | 0 | 0.64 | 0.22 | 131.15 | 0.64 | 0.47 |
| Hex | 2B | C7 | 48 | 4E | 0 | 40 | 16 | 83 | 40 | 2F |
| Octal | 53 | 307 | 110 | 116 | 0 | 100 | 26 | 203 | 100 | 57 |
| Binary | 101011 | 11000111 | 1001000 | 1001110 | 0 | 1000000 | 10110 | 10000011 | 1000000 | 101111 |
Color Harmonies of #2BC748
Complementary color
Monochromatic Colors of #2BC748
Black with #2BC748
Text Example
Text Example
White with #2BC748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC748; }
p { color: rgb(43,199,72); }
H1.HeaderClassName
{
color: #2BC748;
}
.AnyTagClassName
{
color: #2BC748;
}
</style>
background-color css
<style>
a { background-color: #2BC748; }
a { background-color: rgb(43,199,72); }
div.DivClassName
{
background-color: #2BC748;
}
.BgClassName
{
background-color: #2BC748;
}
</style>
border-color css
<style>
span { border-color: #2BC748; }
span { border-color: rgb(43,199,72); }
td.TdClassName
{
border-color: #2BC748;
}
.TagClassName
{
border-color: #2BC748;
}
</style>