Shades of Lime Green #3CC93C
Tints of Lime Green #3CC93C
RGB
CMYK
RGB Variations
Color information
#3CC93C (or 0x3CC93C) is known color: Lime Green. HEX triplet: 3C, C9 and 3C. RGB value is (60,201,60). Sum of RGB (Red+Green+Blue) = 60+201+60=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 201 (78.91% from 255 or 62.62% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC93C is #C336C3. Grayscale: #8F8F8F. Windows color (decimal): -12793540 or 3983676. OLE color: 3983676.
HSL color Cylindrical-coordinate representation of color #3CC93C: hue angle of 120º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC93C is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 201 | 60 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.21 |
| HSL | 120º | 0.57% | 0.51% | - |
| HSV(B) | 120º | 0.7% | 0.79% | - |
| XYZ | 23.57 | 43.06 | 11.34 | - |
| YUV | 142.77 | 81.29 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 201 | 60 | 0.70 | 0 | 0.70 | 0.21 | 120 | 0.57 | 0.51 |
| Hex | 3C | C9 | 3C | 46 | 0 | 46 | 15 | 78 | 39 | 33 |
| Octal | 74 | 311 | 74 | 106 | 0 | 106 | 25 | 170 | 71 | 63 |
| Binary | 111100 | 11001001 | 111100 | 1000110 | 0 | 1000110 | 10101 | 1111000 | 111001 | 110011 |
Color Harmonies of #3CC93C
Complementary color
Monochromatic Colors of #3CC93C
Black with #3CC93C
Text Example
Text Example
White with #3CC93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC93C; }
p { color: rgb(60,201,60); }
H1.HeaderClassName
{
color: #3CC93C;
}
.AnyTagClassName
{
color: #3CC93C;
}
</style>
background-color css
<style>
a { background-color: #3CC93C; }
a { background-color: rgb(60,201,60); }
div.DivClassName
{
background-color: #3CC93C;
}
.BgClassName
{
background-color: #3CC93C;
}
</style>
border-color css
<style>
span { border-color: #3CC93C; }
span { border-color: rgb(60,201,60); }
td.TdClassName
{
border-color: #3CC93C;
}
.TagClassName
{
border-color: #3CC93C;
}
</style>