Shades of Lime Green #3CE343
Tints of Lime Green #3CE343
RGB
CMYK
RGB Variations
Color information
#3CE343 (or 0x3CE343) is known color: Lime Green. HEX triplet: 3C, E3 and 43. RGB value is (60,227,67). Sum of RGB (Red+Green+Blue) = 60+227+67=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 227 (89.06% from 255 or 64.12% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE343 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE343 is #C31CBC. Grayscale: #9F9F9F. Windows color (decimal): -12786877 or 4449084. OLE color: 4449084.
HSL color Cylindrical-coordinate representation of color #3CE343: hue angle of 122.51º 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 #3CE343 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 227 | 67 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.11 |
| HSL | 122.52º | 0.75% | 0.56% | - |
| HSV(B) | 122.52º | 0.74% | 0.89% | - |
| XYZ | 30.35 | 56.3 | 14.58 | - |
| YUV | 158.83 | 76.17 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 67 | 0.74 | 0 | 0.70 | 0.11 | 122.52 | 0.75 | 0.56 |
| Hex | 3C | E3 | 43 | 4A | 0 | 46 | B | 7B | 4B | 38 |
| Octal | 74 | 343 | 103 | 112 | 0 | 106 | 13 | 173 | 113 | 70 |
| Binary | 111100 | 11100011 | 1000011 | 1001010 | 0 | 1000110 | 1011 | 1111011 | 1001011 | 111000 |
Color Harmonies of #3CE343
Complementary color
Monochromatic Colors of #3CE343
Black with #3CE343
Text Example
Text Example
White with #3CE343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE343; }
p { color: rgb(60,227,67); }
H1.HeaderClassName
{
color: #3CE343;
}
.AnyTagClassName
{
color: #3CE343;
}
</style>
background-color css
<style>
a { background-color: #3CE343; }
a { background-color: rgb(60,227,67); }
div.DivClassName
{
background-color: #3CE343;
}
.BgClassName
{
background-color: #3CE343;
}
</style>
border-color css
<style>
span { border-color: #3CE343; }
span { border-color: rgb(60,227,67); }
td.TdClassName
{
border-color: #3CE343;
}
.TagClassName
{
border-color: #3CE343;
}
</style>