Shades of Lime Green #2BC227
Tints of Lime Green #2BC227
RGB
CMYK
RGB Variations
Color information
#2BC227 (or 0x2BC227) is known color: Lime Green. HEX triplet: 2B, C2 and 27. RGB value is (43,194,39). Sum of RGB (Red+Green+Blue) = 43+194+39=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 194 (76.17% from 255 or 70.29% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC227 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC227 is #D43DD8. Grayscale: #838383. Windows color (decimal): -13909465 or 2605611. OLE color: 2605611.
HSL color Cylindrical-coordinate representation of color #2BC227: hue angle of 118.45º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BC227 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 194 | 39 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.24 |
| HSL | 118.45º | 0.67% | 0.46% | - |
| HSV(B) | 118.45º | 0.8% | 0.76% | - |
| XYZ | 20.65 | 39.24 | 8.41 | - |
| YUV | 131.18 | 75.97 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 194 | 39 | 0.78 | 0 | 0.80 | 0.24 | 118.45 | 0.67 | 0.46 |
| Hex | 2B | C2 | 27 | 4E | 0 | 50 | 18 | 76 | 43 | 2E |
| Octal | 53 | 302 | 47 | 116 | 0 | 120 | 30 | 166 | 103 | 56 |
| Binary | 101011 | 11000010 | 100111 | 1001110 | 0 | 1010000 | 11000 | 1110110 | 1000011 | 101110 |
Color Harmonies of #2BC227
Complementary color
Monochromatic Colors of #2BC227
Black with #2BC227
Text Example
Text Example
White with #2BC227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC227; }
p { color: rgb(43,194,39); }
H1.HeaderClassName
{
color: #2BC227;
}
.AnyTagClassName
{
color: #2BC227;
}
</style>
background-color css
<style>
a { background-color: #2BC227; }
a { background-color: rgb(43,194,39); }
div.DivClassName
{
background-color: #2BC227;
}
.BgClassName
{
background-color: #2BC227;
}
</style>
border-color css
<style>
span { border-color: #2BC227; }
span { border-color: rgb(43,194,39); }
td.TdClassName
{
border-color: #2BC227;
}
.TagClassName
{
border-color: #2BC227;
}
</style>