Shades of Lime Green #3CE720
Tints of Lime Green #3CE720
RGB
CMYK
RGB Variations
Color information
#3CE720 (or 0x3CE720) is known color: Lime Green. HEX triplet: 3C, E7 and 20. RGB value is (60,231,32). Sum of RGB (Red+Green+Blue) = 60+231+32=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 231 (90.62% from 255 or 71.52% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE720 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CE720 is #C318DF. Grayscale: #9D9D9D. Windows color (decimal): -12785888 or 2156348. OLE color: 2156348.
HSL color Cylindrical-coordinate representation of color #3CE720: hue angle of 111.56º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3CE720 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 231 | 32 | - |
| CMYK | 0.74 | 0 | 0.86 | 0.09 |
| HSL | 111.56º | 0.81% | 0.52% | - |
| HSV(B) | 111.56º | 0.86% | 0.91% | - |
| XYZ | 30.7 | 58.22 | 10.99 | - |
| YUV | 157.19 | 57.35 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 231 | 32 | 0.74 | 0 | 0.86 | 0.09 | 111.56 | 0.81 | 0.52 |
| Hex | 3C | E7 | 20 | 4A | 0 | 56 | 9 | 70 | 51 | 34 |
| Octal | 74 | 347 | 40 | 112 | 0 | 126 | 11 | 160 | 121 | 64 |
| Binary | 111100 | 11100111 | 100000 | 1001010 | 0 | 1010110 | 1001 | 1110000 | 1010001 | 110100 |
Color Harmonies of #3CE720
Complementary color
Monochromatic Colors of #3CE720
Black with #3CE720
Text Example
Text Example
White with #3CE720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE720; }
p { color: rgb(60,231,32); }
H1.HeaderClassName
{
color: #3CE720;
}
.AnyTagClassName
{
color: #3CE720;
}
</style>
background-color css
<style>
a { background-color: #3CE720; }
a { background-color: rgb(60,231,32); }
div.DivClassName
{
background-color: #3CE720;
}
.BgClassName
{
background-color: #3CE720;
}
</style>
border-color css
<style>
span { border-color: #3CE720; }
span { border-color: rgb(60,231,32); }
td.TdClassName
{
border-color: #3CE720;
}
.TagClassName
{
border-color: #3CE720;
}
</style>