Shades of Lime Green #2CB71B
Tints of Lime Green #2CB71B
RGB
CMYK
RGB Variations
Color information
#2CB71B (or 0x2CB71B) is known color: Lime Green. HEX triplet: 2C, B7 and 1B. RGB value is (44,183,27). Sum of RGB (Red+Green+Blue) = 44+183+27=254 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.32% from 254); Green value is 183 (71.88% from 255 or 72.05% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB71B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB71B is #D348E4. Grayscale: #7C7C7C. Windows color (decimal): -13846757 or 1816364. OLE color: 1816364.
HSL color Cylindrical-coordinate representation of color #2CB71B: hue angle of 113.46º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2CB71B is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 27 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.28 |
| HSL | 113.46º | 0.74% | 0.41% | - |
| HSV(B) | 113.46º | 0.85% | 0.72% | - |
| XYZ | 18.17 | 34.48 | 6.73 | - |
| YUV | 123.66 | 73.45 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 27 | 0.76 | 0 | 0.85 | 0.28 | 113.46 | 0.74 | 0.41 |
| Hex | 2C | B7 | 1B | 4C | 0 | 55 | 1C | 71 | 4A | 29 |
| Octal | 54 | 267 | 33 | 114 | 0 | 125 | 34 | 161 | 112 | 51 |
| Binary | 101100 | 10110111 | 11011 | 1001100 | 0 | 1010101 | 11100 | 1110001 | 1001010 | 101001 |
Color Harmonies of #2CB71B
Complementary color
Monochromatic Colors of #2CB71B
Black with #2CB71B
Text Example
Text Example
White with #2CB71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB71B; }
p { color: rgb(44,183,27); }
H1.HeaderClassName
{
color: #2CB71B;
}
.AnyTagClassName
{
color: #2CB71B;
}
</style>
background-color css
<style>
a { background-color: #2CB71B; }
a { background-color: rgb(44,183,27); }
div.DivClassName
{
background-color: #2CB71B;
}
.BgClassName
{
background-color: #2CB71B;
}
</style>
border-color css
<style>
span { border-color: #2CB71B; }
span { border-color: rgb(44,183,27); }
td.TdClassName
{
border-color: #2CB71B;
}
.TagClassName
{
border-color: #2CB71B;
}
</style>