Shades of Lime Green #3CE331
Tints of Lime Green #3CE331
RGB
CMYK
RGB Variations
Color information
#3CE331 (or 0x3CE331) is known color: Lime Green. HEX triplet: 3C, E3 and 31. RGB value is (60,227,49). Sum of RGB (Red+Green+Blue) = 60+227+49=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 227 (89.06% from 255 or 67.56% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE331 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE331 is #C31CCE. Grayscale: #9D9D9D. Windows color (decimal): -12786895 or 3269436. OLE color: 3269436.
HSL color Cylindrical-coordinate representation of color #3CE331: hue angle of 116.29º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CE331 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 227 | 49 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.11 |
| HSL | 116.29º | 0.76% | 0.54% | - |
| HSV(B) | 116.29º | 0.78% | 0.89% | - |
| XYZ | 29.89 | 56.12 | 12.16 | - |
| YUV | 156.78 | 67.17 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 49 | 0.74 | 0 | 0.78 | 0.11 | 116.29 | 0.76 | 0.54 |
| Hex | 3C | E3 | 31 | 4A | 0 | 4E | B | 74 | 4C | 36 |
| Octal | 74 | 343 | 61 | 112 | 0 | 116 | 13 | 164 | 114 | 66 |
| Binary | 111100 | 11100011 | 110001 | 1001010 | 0 | 1001110 | 1011 | 1110100 | 1001100 | 110110 |
Color Harmonies of #3CE331
Complementary color
Monochromatic Colors of #3CE331
Black with #3CE331
Text Example
Text Example
White with #3CE331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE331; }
p { color: rgb(60,227,49); }
H1.HeaderClassName
{
color: #3CE331;
}
.AnyTagClassName
{
color: #3CE331;
}
</style>
background-color css
<style>
a { background-color: #3CE331; }
a { background-color: rgb(60,227,49); }
div.DivClassName
{
background-color: #3CE331;
}
.BgClassName
{
background-color: #3CE331;
}
</style>
border-color css
<style>
span { border-color: #3CE331; }
span { border-color: rgb(60,227,49); }
td.TdClassName
{
border-color: #3CE331;
}
.TagClassName
{
border-color: #3CE331;
}
</style>