Shades of Lime Green #3CF441
Tints of Lime Green #3CF441
RGB
CMYK
RGB Variations
Color information
#3CF441 (or 0x3CF441) is known color: Lime Green. HEX triplet: 3C, F4 and 41. RGB value is (60,244,65). Sum of RGB (Red+Green+Blue) = 60+244+65=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 244 (95.70% from 255 or 66.12% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF441 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF441 is #C30BBE. Grayscale: #A9A9A9. Windows color (decimal): -12782527 or 4322364. OLE color: 4322364.
HSL color Cylindrical-coordinate representation of color #3CF441: hue angle of 121.63º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF441 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 244 | 65 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.04 |
| HSL | 121.63º | 0.89% | 0.6% | - |
| HSV(B) | 121.63º | 0.75% | 0.96% | - |
| XYZ | 35.17 | 66.04 | 15.9 | - |
| YUV | 168.58 | 69.54 | 50.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 244 | 65 | 0.75 | 0 | 0.73 | 0.04 | 121.63 | 0.89 | 0.6 |
| Hex | 3C | F4 | 41 | 4B | 0 | 49 | 4 | 7A | 59 | 3C |
| Octal | 74 | 364 | 101 | 113 | 0 | 111 | 4 | 172 | 131 | 74 |
| Binary | 111100 | 11110100 | 1000001 | 1001011 | 0 | 1001001 | 100 | 1111010 | 1011001 | 111100 |
Color Harmonies of #3CF441
Complementary color
Monochromatic Colors of #3CF441
Black with #3CF441
Text Example
Text Example
White with #3CF441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF441; }
p { color: rgb(60,244,65); }
H1.HeaderClassName
{
color: #3CF441;
}
.AnyTagClassName
{
color: #3CF441;
}
</style>
background-color css
<style>
a { background-color: #3CF441; }
a { background-color: rgb(60,244,65); }
div.DivClassName
{
background-color: #3CF441;
}
.BgClassName
{
background-color: #3CF441;
}
</style>
border-color css
<style>
span { border-color: #3CF441; }
span { border-color: rgb(60,244,65); }
td.TdClassName
{
border-color: #3CF441;
}
.TagClassName
{
border-color: #3CF441;
}
</style>