Shades of Lime Green #2CC536
Tints of Lime Green #2CC536
RGB
CMYK
RGB Variations
Color information
#2CC536 (or 0x2CC536) is known color: Lime Green. HEX triplet: 2C, C5 and 36. RGB value is (44,197,54). Sum of RGB (Red+Green+Blue) = 44+197+54=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 197 (77.34% from 255 or 66.78% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC536 is #D33AC9. Grayscale: #878787. Windows color (decimal): -13843146 or 3589420. OLE color: 3589420.
HSL color Cylindrical-coordinate representation of color #2CC536: hue angle of 123.92º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC536 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 44 | 197 | 54 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.23 |
| HSL | 123.92º | 0.63% | 0.47% | - |
| HSV(B) | 123.92º | 0.78% | 0.77% | - |
| XYZ | 21.67 | 40.73 | 10.21 | - |
| YUV | 134.95 | 82.31 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 197 | 54 | 0.78 | 0 | 0.73 | 0.23 | 123.92 | 0.63 | 0.47 |
| Hex | 2C | C5 | 36 | 4E | 0 | 49 | 17 | 7C | 3F | 2F |
| Octal | 54 | 305 | 66 | 116 | 0 | 111 | 27 | 174 | 77 | 57 |
| Binary | 101100 | 11000101 | 110110 | 1001110 | 0 | 1001001 | 10111 | 1111100 | 111111 | 101111 |
Color Harmonies of #2CC536
Complementary color
Monochromatic Colors of #2CC536
Black with #2CC536
Text Example
Text Example
White with #2CC536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC536; }
p { color: rgb(44,197,54); }
H1.HeaderClassName
{
color: #2CC536;
}
.AnyTagClassName
{
color: #2CC536;
}
</style>
background-color css
<style>
a { background-color: #2CC536; }
a { background-color: rgb(44,197,54); }
div.DivClassName
{
background-color: #2CC536;
}
.BgClassName
{
background-color: #2CC536;
}
</style>
border-color css
<style>
span { border-color: #2CC536; }
span { border-color: rgb(44,197,54); }
td.TdClassName
{
border-color: #2CC536;
}
.TagClassName
{
border-color: #2CC536;
}
</style>