Shades of Lime Green #2BC724
Tints of Lime Green #2BC724
RGB
CMYK
RGB Variations
Color information
#2BC724 (or 0x2BC724) is known color: Lime Green. HEX triplet: 2B, C7 and 24. RGB value is (43,199,36). Sum of RGB (Red+Green+Blue) = 43+199+36=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 199 (78.12% from 255 or 71.58% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 199 - color contains mainly: green. Hex color #2BC724 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC724 is #D438DB. Grayscale: #868686. Windows color (decimal): -13908188 or 2410283. OLE color: 2410283.
HSL color Cylindrical-coordinate representation of color #2BC724: hue angle of 117.42º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BC724 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 199 | 36 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.22 |
| HSL | 117.42º | 0.69% | 0.46% | - |
| HSV(B) | 117.42º | 0.82% | 0.78% | - |
| XYZ | 21.74 | 41.49 | 8.53 | - |
| YUV | 133.77 | 72.82 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 199 | 36 | 0.78 | 0 | 0.82 | 0.22 | 117.42 | 0.69 | 0.46 |
| Hex | 2B | C7 | 24 | 4E | 0 | 52 | 16 | 75 | 45 | 2E |
| Octal | 53 | 307 | 44 | 116 | 0 | 122 | 26 | 165 | 105 | 56 |
| Binary | 101011 | 11000111 | 100100 | 1001110 | 0 | 1010010 | 10110 | 1110101 | 1000101 | 101110 |
Color Harmonies of #2BC724
Complementary color
Monochromatic Colors of #2BC724
Black with #2BC724
Text Example
Text Example
White with #2BC724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC724; }
p { color: rgb(43,199,36); }
H1.HeaderClassName
{
color: #2BC724;
}
.AnyTagClassName
{
color: #2BC724;
}
</style>
background-color css
<style>
a { background-color: #2BC724; }
a { background-color: rgb(43,199,36); }
div.DivClassName
{
background-color: #2BC724;
}
.BgClassName
{
background-color: #2BC724;
}
</style>
border-color css
<style>
span { border-color: #2BC724; }
span { border-color: rgb(43,199,36); }
td.TdClassName
{
border-color: #2BC724;
}
.TagClassName
{
border-color: #2BC724;
}
</style>