Shades of Lime Green #3CC241
Tints of Lime Green #3CC241
RGB
CMYK
RGB Variations
Color information
#3CC241 (or 0x3CC241) is known color: Lime Green. HEX triplet: 3C, C2 and 41. RGB value is (60,194,65). Sum of RGB (Red+Green+Blue) = 60+194+65=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 194 (76.17% from 255 or 60.82% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC241 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC241 is #C33DBE. Grayscale: #8B8B8B. Windows color (decimal): -12795327 or 4309564. OLE color: 4309564.
HSL color Cylindrical-coordinate representation of color #3CC241: hue angle of 122.24º 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 #3CC241 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 194 | 65 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.24 |
| HSL | 122.24º | 0.53% | 0.5% | - |
| HSV(B) | 122.24º | 0.69% | 0.76% | - |
| XYZ | 22.11 | 39.93 | 11.54 | - |
| YUV | 139.23 | 86.11 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 65 | 0.69 | 0 | 0.66 | 0.24 | 122.24 | 0.53 | 0.5 |
| Hex | 3C | C2 | 41 | 45 | 0 | 42 | 18 | 7A | 35 | 32 |
| Octal | 74 | 302 | 101 | 105 | 0 | 102 | 30 | 172 | 65 | 62 |
| Binary | 111100 | 11000010 | 1000001 | 1000101 | 0 | 1000010 | 11000 | 1111010 | 110101 | 110010 |
Color Harmonies of #3CC241
Complementary color
Monochromatic Colors of #3CC241
Black with #3CC241
Text Example
Text Example
White with #3CC241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC241; }
p { color: rgb(60,194,65); }
H1.HeaderClassName
{
color: #3CC241;
}
.AnyTagClassName
{
color: #3CC241;
}
</style>
background-color css
<style>
a { background-color: #3CC241; }
a { background-color: rgb(60,194,65); }
div.DivClassName
{
background-color: #3CC241;
}
.BgClassName
{
background-color: #3CC241;
}
</style>
border-color css
<style>
span { border-color: #3CC241; }
span { border-color: rgb(60,194,65); }
td.TdClassName
{
border-color: #3CC241;
}
.TagClassName
{
border-color: #3CC241;
}
</style>