Shades of Lime Green #3CE243
Tints of Lime Green #3CE243
RGB
CMYK
RGB Variations
Color information
#3CE243 (or 0x3CE243) is known color: Lime Green. HEX triplet: 3C, E2 and 43. RGB value is (60,226,67). Sum of RGB (Red+Green+Blue) = 60+226+67=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 226 (88.67% from 255 or 64.02% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 226 - color contains mainly: green. Hex color #3CE243 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE243 is #C31DBC. Grayscale: #9E9E9E. Windows color (decimal): -12787133 or 4448828. OLE color: 4448828.
HSL color Cylindrical-coordinate representation of color #3CE243: hue angle of 122.53º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE243 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 226 | 67 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.11 |
| HSL | 122.53º | 0.74% | 0.56% | - |
| HSV(B) | 122.53º | 0.73% | 0.89% | - |
| XYZ | 30.07 | 55.76 | 14.49 | - |
| YUV | 158.24 | 76.5 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 226 | 67 | 0.73 | 0 | 0.70 | 0.11 | 122.53 | 0.74 | 0.56 |
| Hex | 3C | E2 | 43 | 49 | 0 | 46 | B | 7B | 4A | 38 |
| Octal | 74 | 342 | 103 | 111 | 0 | 106 | 13 | 173 | 112 | 70 |
| Binary | 111100 | 11100010 | 1000011 | 1001001 | 0 | 1000110 | 1011 | 1111011 | 1001010 | 111000 |
Color Harmonies of #3CE243
Complementary color
Monochromatic Colors of #3CE243
Black with #3CE243
Text Example
Text Example
White with #3CE243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE243; }
p { color: rgb(60,226,67); }
H1.HeaderClassName
{
color: #3CE243;
}
.AnyTagClassName
{
color: #3CE243;
}
</style>
background-color css
<style>
a { background-color: #3CE243; }
a { background-color: rgb(60,226,67); }
div.DivClassName
{
background-color: #3CE243;
}
.BgClassName
{
background-color: #3CE243;
}
</style>
border-color css
<style>
span { border-color: #3CE243; }
span { border-color: rgb(60,226,67); }
td.TdClassName
{
border-color: #3CE243;
}
.TagClassName
{
border-color: #3CE243;
}
</style>