Shades of Lime Green #3CE940
Tints of Lime Green #3CE940
RGB
CMYK
RGB Variations
Color information
#3CE940 (or 0x3CE940) is known color: Lime Green. HEX triplet: 3C, E9 and 40. RGB value is (60,233,64). Sum of RGB (Red+Green+Blue) = 60+233+64=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 233 (91.41% from 255 or 65.27% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 233 - color contains mainly: green. Hex color #3CE940 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CE940 is #C316BF. Grayscale: #A2A2A2. Windows color (decimal): -12785344 or 4254012. OLE color: 4254012.
HSL color Cylindrical-coordinate representation of color #3CE940: hue angle of 121.39º degrees, saturation: 0.8, 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 #3CE940 is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 233 | 64 | - |
| CMYK | 0.74 | 0 | 0.73 | 0.09 |
| HSL | 121.39º | 0.8% | 0.57% | - |
| HSV(B) | 121.39º | 0.74% | 0.91% | - |
| XYZ | 31.93 | 59.61 | 14.67 | - |
| YUV | 162.01 | 72.69 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 233 | 64 | 0.74 | 0 | 0.73 | 0.09 | 121.39 | 0.8 | 0.57 |
| Hex | 3C | E9 | 40 | 4A | 0 | 49 | 9 | 79 | 50 | 39 |
| Octal | 74 | 351 | 100 | 112 | 0 | 111 | 11 | 171 | 120 | 71 |
| Binary | 111100 | 11101001 | 1000000 | 1001010 | 0 | 1001001 | 1001 | 1111001 | 1010000 | 111001 |
Color Harmonies of #3CE940
Complementary color
Monochromatic Colors of #3CE940
Black with #3CE940
Text Example
Text Example
White with #3CE940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE940; }
p { color: rgb(60,233,64); }
H1.HeaderClassName
{
color: #3CE940;
}
.AnyTagClassName
{
color: #3CE940;
}
</style>
background-color css
<style>
a { background-color: #3CE940; }
a { background-color: rgb(60,233,64); }
div.DivClassName
{
background-color: #3CE940;
}
.BgClassName
{
background-color: #3CE940;
}
</style>
border-color css
<style>
span { border-color: #3CE940; }
span { border-color: rgb(60,233,64); }
td.TdClassName
{
border-color: #3CE940;
}
.TagClassName
{
border-color: #3CE940;
}
</style>