Shades of Lime Green #3CE033
Tints of Lime Green #3CE033
RGB
CMYK
RGB Variations
Color information
#3CE033 (or 0x3CE033) is known color: Lime Green. HEX triplet: 3C, E0 and 33. RGB value is (60,224,51). Sum of RGB (Red+Green+Blue) = 60+224+51=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 224 (87.89% from 255 or 66.87% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE033 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE033 is #C31FCC. Grayscale: #9B9B9B. Windows color (decimal): -12787661 or 3399740. OLE color: 3399740.
HSL color Cylindrical-coordinate representation of color #3CE033: hue angle of 116.88º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CE033 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 224 | 51 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.12 |
| HSL | 116.88º | 0.74% | 0.54% | - |
| HSV(B) | 116.88º | 0.77% | 0.88% | - |
| XYZ | 29.12 | 54.51 | 12.12 | - |
| YUV | 155.24 | 69.17 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 224 | 51 | 0.73 | 0 | 0.77 | 0.12 | 116.88 | 0.74 | 0.54 |
| Hex | 3C | E0 | 33 | 49 | 0 | 4D | C | 75 | 4A | 36 |
| Octal | 74 | 340 | 63 | 111 | 0 | 115 | 14 | 165 | 112 | 66 |
| Binary | 111100 | 11100000 | 110011 | 1001001 | 0 | 1001101 | 1100 | 1110101 | 1001010 | 110110 |
Color Harmonies of #3CE033
Complementary color
Monochromatic Colors of #3CE033
Black with #3CE033
Text Example
Text Example
White with #3CE033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE033; }
p { color: rgb(60,224,51); }
H1.HeaderClassName
{
color: #3CE033;
}
.AnyTagClassName
{
color: #3CE033;
}
</style>
background-color css
<style>
a { background-color: #3CE033; }
a { background-color: rgb(60,224,51); }
div.DivClassName
{
background-color: #3CE033;
}
.BgClassName
{
background-color: #3CE033;
}
</style>
border-color css
<style>
span { border-color: #3CE033; }
span { border-color: rgb(60,224,51); }
td.TdClassName
{
border-color: #3CE033;
}
.TagClassName
{
border-color: #3CE033;
}
</style>