Shades of Lime Green #2BFE3C
Tints of Lime Green #2BFE3C
RGB
CMYK
RGB Variations
Color information
#2BFE3C (or 0x2BFE3C) is known color: Lime Green. HEX triplet: 2B, FE and 3C. RGB value is (43,254,60). Sum of RGB (Red+Green+Blue) = 43+254+60=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 254 (99.61% from 255 or 71.15% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFE3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFE3C is #D401C3. Grayscale: #A9A9A9. Windows color (decimal): -13894084 or 3997227. OLE color: 3997227.
HSL color Cylindrical-coordinate representation of color #2BFE3C: hue angle of 124.83º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFE3C is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 254 | 60 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.00 |
| HSL | 124.83º | 0.99% | 0.58% | - |
| HSV(B) | 124.83º | 0.83% | 1% | - |
| XYZ | 37.25 | 71.72 | 16.16 | - |
| YUV | 168.8 | 66.6 | 38.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 254 | 60 | 0.83 | 0 | 0.76 | 0.00 | 124.83 | 0.99 | 0.58 |
| Hex | 2B | FE | 3C | 53 | 0 | 4C | 0 | 7D | 63 | 3A |
| Octal | 53 | 376 | 74 | 123 | 0 | 114 | 0 | 175 | 143 | 72 |
| Binary | 101011 | 11111110 | 111100 | 1010011 | 0 | 1001100 | 0 | 1111101 | 1100011 | 111010 |
Color Harmonies of #2BFE3C
Complementary color
Monochromatic Colors of #2BFE3C
Black with #2BFE3C
Text Example
Text Example
White with #2BFE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFE3C; }
p { color: rgb(43,254,60); }
H1.HeaderClassName
{
color: #2BFE3C;
}
.AnyTagClassName
{
color: #2BFE3C;
}
</style>
background-color css
<style>
a { background-color: #2BFE3C; }
a { background-color: rgb(43,254,60); }
div.DivClassName
{
background-color: #2BFE3C;
}
.BgClassName
{
background-color: #2BFE3C;
}
</style>
border-color css
<style>
span { border-color: #2BFE3C; }
span { border-color: rgb(43,254,60); }
td.TdClassName
{
border-color: #2BFE3C;
}
.TagClassName
{
border-color: #2BFE3C;
}
</style>