Shades of Lime Green #2CC338
Tints of Lime Green #2CC338
RGB
CMYK
RGB Variations
Color information
#2CC338 (or 0x2CC338) is known color: Lime Green. HEX triplet: 2C, C3 and 38. RGB value is (44,195,56). Sum of RGB (Red+Green+Blue) = 44+195+56=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 195 (76.56% from 255 or 66.10% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 195 - color contains mainly: green. Hex color #2CC338 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC338 is #D33CC7. Grayscale: #868686. Windows color (decimal): -13843656 or 3719980. OLE color: 3719980.
HSL color Cylindrical-coordinate representation of color #2CC338: hue angle of 124.77º 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 #2CC338 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 195 | 56 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.24 |
| HSL | 124.77º | 0.63% | 0.47% | - |
| HSV(B) | 124.77º | 0.77% | 0.76% | - |
| XYZ | 21.27 | 39.85 | 10.31 | - |
| YUV | 134.01 | 83.97 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 195 | 56 | 0.77 | 0 | 0.71 | 0.24 | 124.77 | 0.63 | 0.47 |
| Hex | 2C | C3 | 38 | 4D | 0 | 47 | 18 | 7D | 3F | 2F |
| Octal | 54 | 303 | 70 | 115 | 0 | 107 | 30 | 175 | 77 | 57 |
| Binary | 101100 | 11000011 | 111000 | 1001101 | 0 | 1000111 | 11000 | 1111101 | 111111 | 101111 |
Color Harmonies of #2CC338
Complementary color
Monochromatic Colors of #2CC338
Black with #2CC338
Text Example
Text Example
White with #2CC338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC338; }
p { color: rgb(44,195,56); }
H1.HeaderClassName
{
color: #2CC338;
}
.AnyTagClassName
{
color: #2CC338;
}
</style>
background-color css
<style>
a { background-color: #2CC338; }
a { background-color: rgb(44,195,56); }
div.DivClassName
{
background-color: #2CC338;
}
.BgClassName
{
background-color: #2CC338;
}
</style>
border-color css
<style>
span { border-color: #2CC338; }
span { border-color: rgb(44,195,56); }
td.TdClassName
{
border-color: #2CC338;
}
.TagClassName
{
border-color: #2CC338;
}
</style>