Shades of Lime Green #3CE21F
Tints of Lime Green #3CE21F
RGB
CMYK
RGB Variations
Color information
#3CE21F (or 0x3CE21F) is known color: Lime Green. HEX triplet: 3C, E2 and 1F. RGB value is (60,226,31). Sum of RGB (Red+Green+Blue) = 60+226+31=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 226 (88.67% from 255 or 71.29% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 226 - color contains mainly: green. Hex color #3CE21F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE21F is #C31DE0. Grayscale: #9A9A9A. Windows color (decimal): -12787169 or 2089532. OLE color: 2089532.
HSL color Cylindrical-coordinate representation of color #3CE21F: hue angle of 111.08º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3CE21F is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 226 | 31 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.11 |
| HSL | 111.08º | 0.77% | 0.5% | - |
| HSV(B) | 111.08º | 0.86% | 0.89% | - |
| XYZ | 29.31 | 55.45 | 10.46 | - |
| YUV | 154.14 | 58.5 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 226 | 31 | 0.73 | 0 | 0.86 | 0.11 | 111.08 | 0.77 | 0.5 |
| Hex | 3C | E2 | 1F | 49 | 0 | 56 | B | 6F | 4D | 32 |
| Octal | 74 | 342 | 37 | 111 | 0 | 126 | 13 | 157 | 115 | 62 |
| Binary | 111100 | 11100010 | 11111 | 1001001 | 0 | 1010110 | 1011 | 1101111 | 1001101 | 110010 |
Color Harmonies of #3CE21F
Complementary color
Monochromatic Colors of #3CE21F
Black with #3CE21F
Text Example
Text Example
White with #3CE21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE21F; }
p { color: rgb(60,226,31); }
H1.HeaderClassName
{
color: #3CE21F;
}
.AnyTagClassName
{
color: #3CE21F;
}
</style>
background-color css
<style>
a { background-color: #3CE21F; }
a { background-color: rgb(60,226,31); }
div.DivClassName
{
background-color: #3CE21F;
}
.BgClassName
{
background-color: #3CE21F;
}
</style>
border-color css
<style>
span { border-color: #3CE21F; }
span { border-color: rgb(60,226,31); }
td.TdClassName
{
border-color: #3CE21F;
}
.TagClassName
{
border-color: #3CE21F;
}
</style>