Shades of Lime Green #3CE83E
Tints of Lime Green #3CE83E
RGB
CMYK
RGB Variations
Color information
#3CE83E (or 0x3CE83E) is known color: Lime Green. HEX triplet: 3C, E8 and 3E. RGB value is (60,232,62). Sum of RGB (Red+Green+Blue) = 60+232+62=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 232 (91.02% from 255 or 65.54% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 232 - color contains mainly: green. Hex color #3CE83E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CE83E is #C317C1. Grayscale: #A1A1A1. Windows color (decimal): -12785602 or 4122684. OLE color: 4122684.
HSL color Cylindrical-coordinate representation of color #3CE83E: hue angle of 120.7º degrees, saturation: 0.79, 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 #3CE83E is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 232 | 62 | - |
| CMYK | 0.74 | 0 | 0.73 | 0.09 |
| HSL | 120.7º | 0.79% | 0.57% | - |
| HSV(B) | 120.7º | 0.74% | 0.91% | - |
| XYZ | 31.59 | 59.02 | 14.28 | - |
| YUV | 161.19 | 72.02 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 232 | 62 | 0.74 | 0 | 0.73 | 0.09 | 120.7 | 0.79 | 0.57 |
| Hex | 3C | E8 | 3E | 4A | 0 | 49 | 9 | 79 | 4F | 39 |
| Octal | 74 | 350 | 76 | 112 | 0 | 111 | 11 | 171 | 117 | 71 |
| Binary | 111100 | 11101000 | 111110 | 1001010 | 0 | 1001001 | 1001 | 1111001 | 1001111 | 111001 |
Color Harmonies of #3CE83E
Complementary color
Monochromatic Colors of #3CE83E
Black with #3CE83E
Text Example
Text Example
White with #3CE83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE83E; }
p { color: rgb(60,232,62); }
H1.HeaderClassName
{
color: #3CE83E;
}
.AnyTagClassName
{
color: #3CE83E;
}
</style>
background-color css
<style>
a { background-color: #3CE83E; }
a { background-color: rgb(60,232,62); }
div.DivClassName
{
background-color: #3CE83E;
}
.BgClassName
{
background-color: #3CE83E;
}
</style>
border-color css
<style>
span { border-color: #3CE83E; }
span { border-color: rgb(60,232,62); }
td.TdClassName
{
border-color: #3CE83E;
}
.TagClassName
{
border-color: #3CE83E;
}
</style>