Shades of Lime Green #3CE753
Tints of Lime Green #3CE753
RGB
CMYK
RGB Variations
Color information
#3CE753 (or 0x3CE753) is known color: Lime Green. HEX triplet: 3C, E7 and 53. RGB value is (60,231,83). Sum of RGB (Red+Green+Blue) = 60+231+83=374 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.04% from 374); Green value is 231 (90.62% from 255 or 61.76% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE753 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CE753 is #C318AC. Grayscale: #A3A3A3. Windows color (decimal): -12785837 or 5498684. OLE color: 5498684.
HSL color Cylindrical-coordinate representation of color #3CE753: hue angle of 128.07º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE753 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 231 | 83 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.09 |
| HSL | 128.07º | 0.78% | 0.57% | - |
| HSV(B) | 128.07º | 0.74% | 0.91% | - |
| XYZ | 32 | 58.74 | 17.83 | - |
| YUV | 163 | 82.85 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 231 | 83 | 0.74 | 0 | 0.64 | 0.09 | 128.07 | 0.78 | 0.57 |
| Hex | 3C | E7 | 53 | 4A | 0 | 40 | 9 | 80 | 4E | 39 |
| Octal | 74 | 347 | 123 | 112 | 0 | 100 | 11 | 200 | 116 | 71 |
| Binary | 111100 | 11100111 | 1010011 | 1001010 | 0 | 1000000 | 1001 | 10000000 | 1001110 | 111001 |
Color Harmonies of #3CE753
Complementary color
Monochromatic Colors of #3CE753
Black with #3CE753
Text Example
Text Example
White with #3CE753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE753; }
p { color: rgb(60,231,83); }
H1.HeaderClassName
{
color: #3CE753;
}
.AnyTagClassName
{
color: #3CE753;
}
</style>
background-color css
<style>
a { background-color: #3CE753; }
a { background-color: rgb(60,231,83); }
div.DivClassName
{
background-color: #3CE753;
}
.BgClassName
{
background-color: #3CE753;
}
</style>
border-color css
<style>
span { border-color: #3CE753; }
span { border-color: rgb(60,231,83); }
td.TdClassName
{
border-color: #3CE753;
}
.TagClassName
{
border-color: #3CE753;
}
</style>