Shades of Lime Green #2CB133
Tints of Lime Green #2CB133
RGB
CMYK
RGB Variations
Color information
#2CB133 (or 0x2CB133) is known color: Lime Green. HEX triplet: 2C, B1 and 33. RGB value is (44,177,51). Sum of RGB (Red+Green+Blue) = 44+177+51=272 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.18% from 272); Green value is 177 (69.53% from 255 or 65.07% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 177 - color contains mainly: green. Hex color #2CB133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CB133 is #D34ECC. Grayscale: #7B7B7B. Windows color (decimal): -13848269 or 3387692. OLE color: 3387692.
HSL color Cylindrical-coordinate representation of color #2CB133: hue angle of 123.16º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB133 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 177 | 51 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.31 |
| HSL | 123.16º | 0.6% | 0.43% | - |
| HSV(B) | 123.16º | 0.75% | 0.69% | - |
| XYZ | 17.36 | 32.22 | 8.44 | - |
| YUV | 122.87 | 87.44 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 177 | 51 | 0.75 | 0 | 0.71 | 0.31 | 123.16 | 0.6 | 0.43 |
| Hex | 2C | B1 | 33 | 4B | 0 | 47 | 1F | 7B | 3C | 2B |
| Octal | 54 | 261 | 63 | 113 | 0 | 107 | 37 | 173 | 74 | 53 |
| Binary | 101100 | 10110001 | 110011 | 1001011 | 0 | 1000111 | 11111 | 1111011 | 111100 | 101011 |
Color Harmonies of #2CB133
Complementary color
Monochromatic Colors of #2CB133
Black with #2CB133
Text Example
Text Example
White with #2CB133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB133; }
p { color: rgb(44,177,51); }
H1.HeaderClassName
{
color: #2CB133;
}
.AnyTagClassName
{
color: #2CB133;
}
</style>
background-color css
<style>
a { background-color: #2CB133; }
a { background-color: rgb(44,177,51); }
div.DivClassName
{
background-color: #2CB133;
}
.BgClassName
{
background-color: #2CB133;
}
</style>
border-color css
<style>
span { border-color: #2CB133; }
span { border-color: rgb(44,177,51); }
td.TdClassName
{
border-color: #2CB133;
}
.TagClassName
{
border-color: #2CB133;
}
</style>