Shades of Lime Green #3CE027
Tints of Lime Green #3CE027
RGB
CMYK
RGB Variations
Color information
#3CE027 (or 0x3CE027) is known color: Lime Green. HEX triplet: 3C, E0 and 27. RGB value is (60,224,39). Sum of RGB (Red+Green+Blue) = 60+224+39=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 224 (87.89% from 255 or 69.35% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE027 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE027 is #C31FD8. Grayscale: #9A9A9A. Windows color (decimal): -12787673 or 2613308. OLE color: 2613308.
HSL color Cylindrical-coordinate representation of color #3CE027: hue angle of 113.19º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3CE027 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 224 | 39 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.12 |
| HSL | 113.19º | 0.75% | 0.52% | - |
| HSV(B) | 113.19º | 0.83% | 0.88% | - |
| XYZ | 28.89 | 54.42 | 10.9 | - |
| YUV | 153.87 | 63.17 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 224 | 39 | 0.73 | 0 | 0.83 | 0.12 | 113.19 | 0.75 | 0.52 |
| Hex | 3C | E0 | 27 | 49 | 0 | 53 | C | 71 | 4B | 34 |
| Octal | 74 | 340 | 47 | 111 | 0 | 123 | 14 | 161 | 113 | 64 |
| Binary | 111100 | 11100000 | 100111 | 1001001 | 0 | 1010011 | 1100 | 1110001 | 1001011 | 110100 |
Color Harmonies of #3CE027
Complementary color
Monochromatic Colors of #3CE027
Black with #3CE027
Text Example
Text Example
White with #3CE027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE027; }
p { color: rgb(60,224,39); }
H1.HeaderClassName
{
color: #3CE027;
}
.AnyTagClassName
{
color: #3CE027;
}
</style>
background-color css
<style>
a { background-color: #3CE027; }
a { background-color: rgb(60,224,39); }
div.DivClassName
{
background-color: #3CE027;
}
.BgClassName
{
background-color: #3CE027;
}
</style>
border-color css
<style>
span { border-color: #3CE027; }
span { border-color: rgb(60,224,39); }
td.TdClassName
{
border-color: #3CE027;
}
.TagClassName
{
border-color: #3CE027;
}
</style>