Shades of Lime Green #2CC337
Tints of Lime Green #2CC337
RGB
CMYK
RGB Variations
Color information
#2CC337 (or 0x2CC337) is known color: Lime Green. HEX triplet: 2C, C3 and 37. RGB value is (44,195,55). Sum of RGB (Red+Green+Blue) = 44+195+55=294 (38% of max value = 765). Red value is 44 (17.58% from 255 or 14.97% from 294); Green value is 195 (76.56% from 255 or 66.33% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 195 - color contains mainly: green. Hex color #2CC337 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC337 is #D33CC8. Grayscale: #868686. Windows color (decimal): -13843657 or 3654444. OLE color: 3654444.
HSL color Cylindrical-coordinate representation of color #2CC337: hue angle of 124.37º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC337 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 195 | 55 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.24 |
| HSL | 124.37º | 0.63% | 0.47% | - |
| HSV(B) | 124.37º | 0.77% | 0.76% | - |
| XYZ | 21.24 | 39.84 | 10.18 | - |
| YUV | 133.89 | 83.47 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 195 | 55 | 0.77 | 0 | 0.72 | 0.24 | 124.37 | 0.63 | 0.47 |
| Hex | 2C | C3 | 37 | 4D | 0 | 48 | 18 | 7C | 3F | 2F |
| Octal | 54 | 303 | 67 | 115 | 0 | 110 | 30 | 174 | 77 | 57 |
| Binary | 101100 | 11000011 | 110111 | 1001101 | 0 | 1001000 | 11000 | 1111100 | 111111 | 101111 |
Color Harmonies of #2CC337
Complementary color
Monochromatic Colors of #2CC337
Black with #2CC337
Text Example
Text Example
White with #2CC337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC337; }
p { color: rgb(44,195,55); }
H1.HeaderClassName
{
color: #2CC337;
}
.AnyTagClassName
{
color: #2CC337;
}
</style>
background-color css
<style>
a { background-color: #2CC337; }
a { background-color: rgb(44,195,55); }
div.DivClassName
{
background-color: #2CC337;
}
.BgClassName
{
background-color: #2CC337;
}
</style>
border-color css
<style>
span { border-color: #2CC337; }
span { border-color: rgb(44,195,55); }
td.TdClassName
{
border-color: #2CC337;
}
.TagClassName
{
border-color: #2CC337;
}
</style>