Shades of Lime Green #3CB82C
Tints of Lime Green #3CB82C
RGB
CMYK
RGB Variations
Color information
#3CB82C (or 0x3CB82C) is known color: Lime Green. HEX triplet: 3C, B8 and 2C. RGB value is (60,184,44). Sum of RGB (Red+Green+Blue) = 60+184+44=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 184 (72.27% from 255 or 63.89% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 184 - color contains mainly: green. Hex color #3CB82C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB82C is #C347D3. Grayscale: #838383. Windows color (decimal): -12797908 or 2930748. OLE color: 2930748.
HSL color Cylindrical-coordinate representation of color #3CB82C: hue angle of 113.14º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CB82C is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 184 | 44 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.28 |
| HSL | 113.14º | 0.61% | 0.45% | - |
| HSV(B) | 113.14º | 0.76% | 0.72% | - |
| XYZ | 19.46 | 35.42 | 8.19 | - |
| YUV | 130.96 | 78.92 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 184 | 44 | 0.67 | 0 | 0.76 | 0.28 | 113.14 | 0.61 | 0.45 |
| Hex | 3C | B8 | 2C | 43 | 0 | 4C | 1C | 71 | 3D | 2D |
| Octal | 74 | 270 | 54 | 103 | 0 | 114 | 34 | 161 | 75 | 55 |
| Binary | 111100 | 10111000 | 101100 | 1000011 | 0 | 1001100 | 11100 | 1110001 | 111101 | 101101 |
Color Harmonies of #3CB82C
Complementary color
Monochromatic Colors of #3CB82C
Black with #3CB82C
Text Example
Text Example
White with #3CB82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB82C; }
p { color: rgb(60,184,44); }
H1.HeaderClassName
{
color: #3CB82C;
}
.AnyTagClassName
{
color: #3CB82C;
}
</style>
background-color css
<style>
a { background-color: #3CB82C; }
a { background-color: rgb(60,184,44); }
div.DivClassName
{
background-color: #3CB82C;
}
.BgClassName
{
background-color: #3CB82C;
}
</style>
border-color css
<style>
span { border-color: #3CB82C; }
span { border-color: rgb(60,184,44); }
td.TdClassName
{
border-color: #3CB82C;
}
.TagClassName
{
border-color: #3CB82C;
}
</style>