Shades of Lime Green #3CE345
Tints of Lime Green #3CE345
RGB
CMYK
RGB Variations
Color information
#3CE345 (or 0x3CE345) is known color: Lime Green. HEX triplet: 3C, E3 and 45. RGB value is (60,227,69). Sum of RGB (Red+Green+Blue) = 60+227+69=356 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.85% from 356); Green value is 227 (89.06% from 255 or 63.76% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE345 is #C31CBA. Grayscale: #9F9F9F. Windows color (decimal): -12786875 or 4580156. OLE color: 4580156.
HSL color Cylindrical-coordinate representation of color #3CE345: hue angle of 123.23º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE345 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 227 | 69 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.11 |
| HSL | 123.23º | 0.75% | 0.56% | - |
| HSV(B) | 123.23º | 0.74% | 0.89% | - |
| XYZ | 30.41 | 56.33 | 14.9 | - |
| YUV | 159.06 | 77.17 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 69 | 0.74 | 0 | 0.70 | 0.11 | 123.23 | 0.75 | 0.56 |
| Hex | 3C | E3 | 45 | 4A | 0 | 46 | B | 7B | 4B | 38 |
| Octal | 74 | 343 | 105 | 112 | 0 | 106 | 13 | 173 | 113 | 70 |
| Binary | 111100 | 11100011 | 1000101 | 1001010 | 0 | 1000110 | 1011 | 1111011 | 1001011 | 111000 |
Color Harmonies of #3CE345
Complementary color
Monochromatic Colors of #3CE345
Black with #3CE345
Text Example
Text Example
White with #3CE345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE345; }
p { color: rgb(60,227,69); }
H1.HeaderClassName
{
color: #3CE345;
}
.AnyTagClassName
{
color: #3CE345;
}
</style>
background-color css
<style>
a { background-color: #3CE345; }
a { background-color: rgb(60,227,69); }
div.DivClassName
{
background-color: #3CE345;
}
.BgClassName
{
background-color: #3CE345;
}
</style>
border-color css
<style>
span { border-color: #3CE345; }
span { border-color: rgb(60,227,69); }
td.TdClassName
{
border-color: #3CE345;
}
.TagClassName
{
border-color: #3CE345;
}
</style>