Shades of Lime Green #2BCF2E
Tints of Lime Green #2BCF2E
RGB
CMYK
RGB Variations
Color information
#2BCF2E (or 0x2BCF2E) is known color: Lime Green. HEX triplet: 2B, CF and 2E. RGB value is (43,207,46). Sum of RGB (Red+Green+Blue) = 43+207+46=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 207 (81.25% from 255 or 69.93% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCF2E is #D430D1. Grayscale: #8C8C8C. Windows color (decimal): -13906130 or 3067691. OLE color: 3067691.
HSL color Cylindrical-coordinate representation of color #2BCF2E: hue angle of 121.1º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCF2E is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 207 | 46 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.19 |
| HSL | 121.1º | 0.66% | 0.49% | - |
| HSV(B) | 121.1º | 0.79% | 0.81% | - |
| XYZ | 23.8 | 45.34 | 10.08 | - |
| YUV | 139.61 | 75.17 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 46 | 0.79 | 0 | 0.78 | 0.19 | 121.1 | 0.66 | 0.49 |
| Hex | 2B | CF | 2E | 4F | 0 | 4E | 13 | 79 | 42 | 31 |
| Octal | 53 | 317 | 56 | 117 | 0 | 116 | 23 | 171 | 102 | 61 |
| Binary | 101011 | 11001111 | 101110 | 1001111 | 0 | 1001110 | 10011 | 1111001 | 1000010 | 110001 |
Color Harmonies of #2BCF2E
Complementary color
Monochromatic Colors of #2BCF2E
Black with #2BCF2E
Text Example
Text Example
White with #2BCF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCF2E; }
p { color: rgb(43,207,46); }
H1.HeaderClassName
{
color: #2BCF2E;
}
.AnyTagClassName
{
color: #2BCF2E;
}
</style>
background-color css
<style>
a { background-color: #2BCF2E; }
a { background-color: rgb(43,207,46); }
div.DivClassName
{
background-color: #2BCF2E;
}
.BgClassName
{
background-color: #2BCF2E;
}
</style>
border-color css
<style>
span { border-color: #2BCF2E; }
span { border-color: rgb(43,207,46); }
td.TdClassName
{
border-color: #2BCF2E;
}
.TagClassName
{
border-color: #2BCF2E;
}
</style>