Shades of Lime Green #3CE536
Tints of Lime Green #3CE536
RGB
CMYK
RGB Variations
Color information
#3CE536 (or 0x3CE536) is known color: Lime Green. HEX triplet: 3C, E5 and 36. RGB value is (60,229,54). Sum of RGB (Red+Green+Blue) = 60+229+54=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 229 (89.84% from 255 or 66.76% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 229 - color contains mainly: green. Hex color #3CE536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE536 is #C31AC9. Grayscale: #9F9F9F. Windows color (decimal): -12786378 or 3597628. OLE color: 3597628.
HSL color Cylindrical-coordinate representation of color #3CE536: hue angle of 117.94º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CE536 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 229 | 54 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.10 |
| HSL | 117.94º | 0.77% | 0.55% | - |
| HSV(B) | 117.94º | 0.76% | 0.9% | - |
| XYZ | 30.55 | 57.27 | 12.93 | - |
| YUV | 158.52 | 69.01 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 229 | 54 | 0.74 | 0 | 0.76 | 0.10 | 117.94 | 0.77 | 0.55 |
| Hex | 3C | E5 | 36 | 4A | 0 | 4C | A | 76 | 4D | 37 |
| Octal | 74 | 345 | 66 | 112 | 0 | 114 | 12 | 166 | 115 | 67 |
| Binary | 111100 | 11100101 | 110110 | 1001010 | 0 | 1001100 | 1010 | 1110110 | 1001101 | 110111 |
Color Harmonies of #3CE536
Complementary color
Monochromatic Colors of #3CE536
Black with #3CE536
Text Example
Text Example
White with #3CE536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE536; }
p { color: rgb(60,229,54); }
H1.HeaderClassName
{
color: #3CE536;
}
.AnyTagClassName
{
color: #3CE536;
}
</style>
background-color css
<style>
a { background-color: #3CE536; }
a { background-color: rgb(60,229,54); }
div.DivClassName
{
background-color: #3CE536;
}
.BgClassName
{
background-color: #3CE536;
}
</style>
border-color css
<style>
span { border-color: #3CE536; }
span { border-color: rgb(60,229,54); }
td.TdClassName
{
border-color: #3CE536;
}
.TagClassName
{
border-color: #3CE536;
}
</style>