Shades of Lime Green #3CC941
Tints of Lime Green #3CC941
RGB
CMYK
RGB Variations
Color information
#3CC941 (or 0x3CC941) is known color: Lime Green. HEX triplet: 3C, C9 and 41. RGB value is (60,201,65). Sum of RGB (Red+Green+Blue) = 60+201+65=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 201 (78.91% from 255 or 61.66% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC941 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC941 is #C336BE. Grayscale: #8F8F8F. Windows color (decimal): -12793535 or 4311356. OLE color: 4311356.
HSL color Cylindrical-coordinate representation of color #3CC941: hue angle of 122.13º 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 #3CC941 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 201 | 65 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.21 |
| HSL | 122.13º | 0.57% | 0.51% | - |
| HSV(B) | 122.13º | 0.7% | 0.79% | - |
| XYZ | 23.7 | 43.12 | 12.07 | - |
| YUV | 143.34 | 83.79 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 201 | 65 | 0.70 | 0 | 0.68 | 0.21 | 122.13 | 0.57 | 0.51 |
| Hex | 3C | C9 | 41 | 46 | 0 | 44 | 15 | 7A | 39 | 33 |
| Octal | 74 | 311 | 101 | 106 | 0 | 104 | 25 | 172 | 71 | 63 |
| Binary | 111100 | 11001001 | 1000001 | 1000110 | 0 | 1000100 | 10101 | 1111010 | 111001 | 110011 |
Color Harmonies of #3CC941
Complementary color
Monochromatic Colors of #3CC941
Black with #3CC941
Text Example
Text Example
White with #3CC941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC941; }
p { color: rgb(60,201,65); }
H1.HeaderClassName
{
color: #3CC941;
}
.AnyTagClassName
{
color: #3CC941;
}
</style>
background-color css
<style>
a { background-color: #3CC941; }
a { background-color: rgb(60,201,65); }
div.DivClassName
{
background-color: #3CC941;
}
.BgClassName
{
background-color: #3CC941;
}
</style>
border-color css
<style>
span { border-color: #3CC941; }
span { border-color: rgb(60,201,65); }
td.TdClassName
{
border-color: #3CC941;
}
.TagClassName
{
border-color: #3CC941;
}
</style>