Shades of Lime Green #3CC342
Tints of Lime Green #3CC342
RGB
CMYK
RGB Variations
Color information
#3CC342 (or 0x3CC342) is known color: Lime Green. HEX triplet: 3C, C3 and 42. RGB value is (60,195,66). Sum of RGB (Red+Green+Blue) = 60+195+66=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 195 (76.56% from 255 or 60.75% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 195 - color contains mainly: green. Hex color #3CC342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC342 is #C33CBD. Grayscale: #8C8C8C. Windows color (decimal): -12795070 or 4375356. OLE color: 4375356.
HSL color Cylindrical-coordinate representation of color #3CC342: hue angle of 122.67º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC342 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 195 | 66 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.24 |
| HSL | 122.67º | 0.53% | 0.5% | - |
| HSV(B) | 122.67º | 0.69% | 0.76% | - |
| XYZ | 22.36 | 40.38 | 11.77 | - |
| YUV | 139.93 | 86.27 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 195 | 66 | 0.69 | 0 | 0.66 | 0.24 | 122.67 | 0.53 | 0.5 |
| Hex | 3C | C3 | 42 | 45 | 0 | 42 | 18 | 7B | 35 | 32 |
| Octal | 74 | 303 | 102 | 105 | 0 | 102 | 30 | 173 | 65 | 62 |
| Binary | 111100 | 11000011 | 1000010 | 1000101 | 0 | 1000010 | 11000 | 1111011 | 110101 | 110010 |
Color Harmonies of #3CC342
Complementary color
Monochromatic Colors of #3CC342
Black with #3CC342
Text Example
Text Example
White with #3CC342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC342; }
p { color: rgb(60,195,66); }
H1.HeaderClassName
{
color: #3CC342;
}
.AnyTagClassName
{
color: #3CC342;
}
</style>
background-color css
<style>
a { background-color: #3CC342; }
a { background-color: rgb(60,195,66); }
div.DivClassName
{
background-color: #3CC342;
}
.BgClassName
{
background-color: #3CC342;
}
</style>
border-color css
<style>
span { border-color: #3CC342; }
span { border-color: rgb(60,195,66); }
td.TdClassName
{
border-color: #3CC342;
}
.TagClassName
{
border-color: #3CC342;
}
</style>