Shades of Lime Green #2CBC38
Tints of Lime Green #2CBC38
RGB
CMYK
RGB Variations
Color information
#2CBC38 (or 0x2CBC38) is known color: Lime Green. HEX triplet: 2C, BC and 38. RGB value is (44,188,56). Sum of RGB (Red+Green+Blue) = 44+188+56=288 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.28% from 288); Green value is 188 (73.83% from 255 or 65.28% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBC38 is #D343C7. Grayscale: #828282. Windows color (decimal): -13845448 or 3718188. OLE color: 3718188.
HSL color Cylindrical-coordinate representation of color #2CBC38: hue angle of 125º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBC38 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 56 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.26 |
| HSL | 125º | 0.62% | 0.45% | - |
| HSV(B) | 125º | 0.77% | 0.74% | - |
| XYZ | 19.74 | 36.79 | 9.8 | - |
| YUV | 129.9 | 86.29 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 56 | 0.77 | 0 | 0.70 | 0.26 | 125 | 0.62 | 0.45 |
| Hex | 2C | BC | 38 | 4D | 0 | 46 | 1A | 7D | 3E | 2D |
| Octal | 54 | 274 | 70 | 115 | 0 | 106 | 32 | 175 | 76 | 55 |
| Binary | 101100 | 10111100 | 111000 | 1001101 | 0 | 1000110 | 11010 | 1111101 | 111110 | 101101 |
Color Harmonies of #2CBC38
Complementary color
Monochromatic Colors of #2CBC38
Black with #2CBC38
Text Example
Text Example
White with #2CBC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC38; }
p { color: rgb(44,188,56); }
H1.HeaderClassName
{
color: #2CBC38;
}
.AnyTagClassName
{
color: #2CBC38;
}
</style>
background-color css
<style>
a { background-color: #2CBC38; }
a { background-color: rgb(44,188,56); }
div.DivClassName
{
background-color: #2CBC38;
}
.BgClassName
{
background-color: #2CBC38;
}
</style>
border-color css
<style>
span { border-color: #2CBC38; }
span { border-color: rgb(44,188,56); }
td.TdClassName
{
border-color: #2CBC38;
}
.TagClassName
{
border-color: #2CBC38;
}
</style>