Shades of Lime Green #3CE741
Tints of Lime Green #3CE741
RGB
CMYK
RGB Variations
Color information
#3CE741 (or 0x3CE741) is known color: Lime Green. HEX triplet: 3C, E7 and 41. RGB value is (60,231,65). Sum of RGB (Red+Green+Blue) = 60+231+65=356 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.85% from 356); Green value is 231 (90.62% from 255 or 64.89% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE741 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CE741 is #C318BE. Grayscale: #A1A1A1. Windows color (decimal): -12785855 or 4319036. OLE color: 4319036.
HSL color Cylindrical-coordinate representation of color #3CE741: hue angle of 121.75º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE741 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 231 | 65 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.09 |
| HSL | 121.75º | 0.78% | 0.57% | - |
| HSV(B) | 121.75º | 0.74% | 0.91% | - |
| XYZ | 31.39 | 58.49 | 14.64 | - |
| YUV | 160.95 | 73.85 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 231 | 65 | 0.74 | 0 | 0.72 | 0.09 | 121.75 | 0.78 | 0.57 |
| Hex | 3C | E7 | 41 | 4A | 0 | 48 | 9 | 7A | 4E | 39 |
| Octal | 74 | 347 | 101 | 112 | 0 | 110 | 11 | 172 | 116 | 71 |
| Binary | 111100 | 11100111 | 1000001 | 1001010 | 0 | 1001000 | 1001 | 1111010 | 1001110 | 111001 |
Color Harmonies of #3CE741
Complementary color
Monochromatic Colors of #3CE741
Black with #3CE741
Text Example
Text Example
White with #3CE741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE741; }
p { color: rgb(60,231,65); }
H1.HeaderClassName
{
color: #3CE741;
}
.AnyTagClassName
{
color: #3CE741;
}
</style>
background-color css
<style>
a { background-color: #3CE741; }
a { background-color: rgb(60,231,65); }
div.DivClassName
{
background-color: #3CE741;
}
.BgClassName
{
background-color: #3CE741;
}
</style>
border-color css
<style>
span { border-color: #3CE741; }
span { border-color: rgb(60,231,65); }
td.TdClassName
{
border-color: #3CE741;
}
.TagClassName
{
border-color: #3CE741;
}
</style>