Shades of Lime Green #2BC727
Tints of Lime Green #2BC727
RGB
CMYK
RGB Variations
Color information
#2BC727 (or 0x2BC727) is known color: Lime Green. HEX triplet: 2B, C7 and 27. RGB value is (43,199,39). Sum of RGB (Red+Green+Blue) = 43+199+39=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 199 (78.12% from 255 or 70.82% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 199 - color contains mainly: green. Hex color #2BC727 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC727 is #D438D8. Grayscale: #868686. Windows color (decimal): -13908185 or 2606891. OLE color: 2606891.
HSL color Cylindrical-coordinate representation of color #2BC727: hue angle of 118.5º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BC727 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 199 | 39 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.22 |
| HSL | 118.5º | 0.67% | 0.47% | - |
| HSV(B) | 118.5º | 0.8% | 0.78% | - |
| XYZ | 21.79 | 41.51 | 8.78 | - |
| YUV | 134.12 | 74.32 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 199 | 39 | 0.78 | 0 | 0.80 | 0.22 | 118.5 | 0.67 | 0.47 |
| Hex | 2B | C7 | 27 | 4E | 0 | 50 | 16 | 76 | 43 | 2F |
| Octal | 53 | 307 | 47 | 116 | 0 | 120 | 26 | 166 | 103 | 57 |
| Binary | 101011 | 11000111 | 100111 | 1001110 | 0 | 1010000 | 10110 | 1110110 | 1000011 | 101111 |
Color Harmonies of #2BC727
Complementary color
Monochromatic Colors of #2BC727
Black with #2BC727
Text Example
Text Example
White with #2BC727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC727; }
p { color: rgb(43,199,39); }
H1.HeaderClassName
{
color: #2BC727;
}
.AnyTagClassName
{
color: #2BC727;
}
</style>
background-color css
<style>
a { background-color: #2BC727; }
a { background-color: rgb(43,199,39); }
div.DivClassName
{
background-color: #2BC727;
}
.BgClassName
{
background-color: #2BC727;
}
</style>
border-color css
<style>
span { border-color: #2BC727; }
span { border-color: rgb(43,199,39); }
td.TdClassName
{
border-color: #2BC727;
}
.TagClassName
{
border-color: #2BC727;
}
</style>