Shades of Lime Green #3CE545
Tints of Lime Green #3CE545
RGB
CMYK
RGB Variations
Color information
#3CE545 (or 0x3CE545) is known color: Lime Green. HEX triplet: 3C, E5 and 45. RGB value is (60,229,69). Sum of RGB (Red+Green+Blue) = 60+229+69=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 229 (89.84% from 255 or 63.97% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 229 - color contains mainly: green. Hex color #3CE545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE545 is #C31ABA. Grayscale: #A0A0A0. Windows color (decimal): -12786363 or 4580668. OLE color: 4580668.
HSL color Cylindrical-coordinate representation of color #3CE545: hue angle of 123.2º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE545 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 229 | 69 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.10 |
| HSL | 123.2º | 0.76% | 0.57% | - |
| HSV(B) | 123.2º | 0.74% | 0.9% | - |
| XYZ | 30.96 | 57.43 | 15.08 | - |
| YUV | 160.23 | 76.51 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 229 | 69 | 0.74 | 0 | 0.70 | 0.10 | 123.2 | 0.76 | 0.57 |
| Hex | 3C | E5 | 45 | 4A | 0 | 46 | A | 7B | 4C | 39 |
| Octal | 74 | 345 | 105 | 112 | 0 | 106 | 12 | 173 | 114 | 71 |
| Binary | 111100 | 11100101 | 1000101 | 1001010 | 0 | 1000110 | 1010 | 1111011 | 1001100 | 111001 |
Color Harmonies of #3CE545
Complementary color
Monochromatic Colors of #3CE545
Black with #3CE545
Text Example
Text Example
White with #3CE545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE545; }
p { color: rgb(60,229,69); }
H1.HeaderClassName
{
color: #3CE545;
}
.AnyTagClassName
{
color: #3CE545;
}
</style>
background-color css
<style>
a { background-color: #3CE545; }
a { background-color: rgb(60,229,69); }
div.DivClassName
{
background-color: #3CE545;
}
.BgClassName
{
background-color: #3CE545;
}
</style>
border-color css
<style>
span { border-color: #3CE545; }
span { border-color: rgb(60,229,69); }
td.TdClassName
{
border-color: #3CE545;
}
.TagClassName
{
border-color: #3CE545;
}
</style>