Shades of Lime Green #3CE832
Tints of Lime Green #3CE832
RGB
CMYK
RGB Variations
Color information
#3CE832 (or 0x3CE832) is known color: Lime Green. HEX triplet: 3C, E8 and 32. RGB value is (60,232,50). Sum of RGB (Red+Green+Blue) = 60+232+50=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 232 (91.02% from 255 or 67.84% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 232 - color contains mainly: green. Hex color #3CE832 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CE832 is #C317CD. Grayscale: #A0A0A0. Windows color (decimal): -12785614 or 3336252. OLE color: 3336252.
HSL color Cylindrical-coordinate representation of color #3CE832: hue angle of 116.7º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CE832 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 232 | 50 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.09 |
| HSL | 116.7º | 0.8% | 0.55% | - |
| HSV(B) | 116.7º | 0.78% | 0.91% | - |
| XYZ | 31.3 | 58.9 | 12.74 | - |
| YUV | 159.82 | 66.02 | 56.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 232 | 50 | 0.74 | 0 | 0.78 | 0.09 | 116.7 | 0.8 | 0.55 |
| Hex | 3C | E8 | 32 | 4A | 0 | 4E | 9 | 75 | 50 | 37 |
| Octal | 74 | 350 | 62 | 112 | 0 | 116 | 11 | 165 | 120 | 67 |
| Binary | 111100 | 11101000 | 110010 | 1001010 | 0 | 1001110 | 1001 | 1110101 | 1010000 | 110111 |
Color Harmonies of #3CE832
Complementary color
Monochromatic Colors of #3CE832
Black with #3CE832
Text Example
Text Example
White with #3CE832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE832; }
p { color: rgb(60,232,50); }
H1.HeaderClassName
{
color: #3CE832;
}
.AnyTagClassName
{
color: #3CE832;
}
</style>
background-color css
<style>
a { background-color: #3CE832; }
a { background-color: rgb(60,232,50); }
div.DivClassName
{
background-color: #3CE832;
}
.BgClassName
{
background-color: #3CE832;
}
</style>
border-color css
<style>
span { border-color: #3CE832; }
span { border-color: rgb(60,232,50); }
td.TdClassName
{
border-color: #3CE832;
}
.TagClassName
{
border-color: #3CE832;
}
</style>