Shades of Lime Green #3CE126
Tints of Lime Green #3CE126
RGB
CMYK
RGB Variations
Color information
#3CE126 (or 0x3CE126) is known color: Lime Green. HEX triplet: 3C, E1 and 26. RGB value is (60,225,38). Sum of RGB (Red+Green+Blue) = 60+225+38=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 225 (88.28% from 255 or 69.66% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE126 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE126 is #C31ED9. Grayscale: #9A9A9A. Windows color (decimal): -12787418 or 2548028. OLE color: 2548028.
HSL color Cylindrical-coordinate representation of color #3CE126: hue angle of 112.94º 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 #3CE126 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 225 | 38 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.12 |
| HSL | 112.94º | 0.76% | 0.52% | - |
| HSV(B) | 112.94º | 0.83% | 0.88% | - |
| XYZ | 29.14 | 54.95 | 10.9 | - |
| YUV | 154.35 | 62.34 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 225 | 38 | 0.73 | 0 | 0.83 | 0.12 | 112.94 | 0.76 | 0.52 |
| Hex | 3C | E1 | 26 | 49 | 0 | 53 | C | 71 | 4C | 34 |
| Octal | 74 | 341 | 46 | 111 | 0 | 123 | 14 | 161 | 114 | 64 |
| Binary | 111100 | 11100001 | 100110 | 1001001 | 0 | 1010011 | 1100 | 1110001 | 1001100 | 110100 |
Color Harmonies of #3CE126
Complementary color
Monochromatic Colors of #3CE126
Black with #3CE126
Text Example
Text Example
White with #3CE126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE126; }
p { color: rgb(60,225,38); }
H1.HeaderClassName
{
color: #3CE126;
}
.AnyTagClassName
{
color: #3CE126;
}
</style>
background-color css
<style>
a { background-color: #3CE126; }
a { background-color: rgb(60,225,38); }
div.DivClassName
{
background-color: #3CE126;
}
.BgClassName
{
background-color: #3CE126;
}
</style>
border-color css
<style>
span { border-color: #3CE126; }
span { border-color: rgb(60,225,38); }
td.TdClassName
{
border-color: #3CE126;
}
.TagClassName
{
border-color: #3CE126;
}
</style>