Shades of Lime Green #2BC24F
Tints of Lime Green #2BC24F
RGB
CMYK
RGB Variations
Color information
#2BC24F (or 0x2BC24F) is known color: Lime Green. HEX triplet: 2B, C2 and 4F. RGB value is (43,194,79). Sum of RGB (Red+Green+Blue) = 43+194+79=316 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.61% from 316); Green value is 194 (76.17% from 255 or 61.39% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC24F is #D43DB0. Grayscale: #888888. Windows color (decimal): -13909425 or 5227051. OLE color: 5227051.
HSL color Cylindrical-coordinate representation of color #2BC24F: hue angle of 134.3º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC24F is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 194 | 79 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.24 |
| HSL | 134.3º | 0.64% | 0.46% | - |
| HSV(B) | 134.3º | 0.78% | 0.76% | - |
| XYZ | 21.7 | 39.66 | 13.91 | - |
| YUV | 135.74 | 95.97 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 194 | 79 | 0.78 | 0 | 0.59 | 0.24 | 134.3 | 0.64 | 0.46 |
| Hex | 2B | C2 | 4F | 4E | 0 | 3B | 18 | 86 | 40 | 2E |
| Octal | 53 | 302 | 117 | 116 | 0 | 73 | 30 | 206 | 100 | 56 |
| Binary | 101011 | 11000010 | 1001111 | 1001110 | 0 | 111011 | 11000 | 10000110 | 1000000 | 101110 |
Color Harmonies of #2BC24F
Complementary color
Monochromatic Colors of #2BC24F
Black with #2BC24F
Text Example
Text Example
White with #2BC24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC24F; }
p { color: rgb(43,194,79); }
H1.HeaderClassName
{
color: #2BC24F;
}
.AnyTagClassName
{
color: #2BC24F;
}
</style>
background-color css
<style>
a { background-color: #2BC24F; }
a { background-color: rgb(43,194,79); }
div.DivClassName
{
background-color: #2BC24F;
}
.BgClassName
{
background-color: #2BC24F;
}
</style>
border-color css
<style>
span { border-color: #2BC24F; }
span { border-color: rgb(43,194,79); }
td.TdClassName
{
border-color: #2BC24F;
}
.TagClassName
{
border-color: #2BC24F;
}
</style>