Shades of Lime Green #3CE127
Tints of Lime Green #3CE127
RGB
CMYK
RGB Variations
Color information
#3CE127 (or 0x3CE127) is known color: Lime Green. HEX triplet: 3C, E1 and 27. RGB value is (60,225,39). Sum of RGB (Red+Green+Blue) = 60+225+39=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 225 (88.28% from 255 or 69.44% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE127 is #C31ED8. Grayscale: #9B9B9B. Windows color (decimal): -12787417 or 2613564. OLE color: 2613564.
HSL color Cylindrical-coordinate representation of color #3CE127: hue angle of 113.23º degrees, saturation: 0.76, 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 #3CE127 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 225 | 39 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.12 |
| HSL | 113.23º | 0.76% | 0.52% | - |
| HSV(B) | 113.23º | 0.83% | 0.88% | - |
| XYZ | 29.15 | 54.96 | 10.99 | - |
| YUV | 154.46 | 62.84 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 225 | 39 | 0.73 | 0 | 0.83 | 0.12 | 113.23 | 0.76 | 0.52 |
| Hex | 3C | E1 | 27 | 49 | 0 | 53 | C | 71 | 4C | 34 |
| Octal | 74 | 341 | 47 | 111 | 0 | 123 | 14 | 161 | 114 | 64 |
| Binary | 111100 | 11100001 | 100111 | 1001001 | 0 | 1010011 | 1100 | 1110001 | 1001100 | 110100 |
Color Harmonies of #3CE127
Complementary color
Monochromatic Colors of #3CE127
Black with #3CE127
Text Example
Text Example
White with #3CE127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE127; }
p { color: rgb(60,225,39); }
H1.HeaderClassName
{
color: #3CE127;
}
.AnyTagClassName
{
color: #3CE127;
}
</style>
background-color css
<style>
a { background-color: #3CE127; }
a { background-color: rgb(60,225,39); }
div.DivClassName
{
background-color: #3CE127;
}
.BgClassName
{
background-color: #3CE127;
}
</style>
border-color css
<style>
span { border-color: #3CE127; }
span { border-color: rgb(60,225,39); }
td.TdClassName
{
border-color: #3CE127;
}
.TagClassName
{
border-color: #3CE127;
}
</style>