Shades of Lime Green #3CE333
Tints of Lime Green #3CE333
RGB
CMYK
RGB Variations
Color information
#3CE333 (or 0x3CE333) is known color: Lime Green. HEX triplet: 3C, E3 and 33. RGB value is (60,227,51). Sum of RGB (Red+Green+Blue) = 60+227+51=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 227 (89.06% from 255 or 67.16% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE333 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE333 is #C31CCC. Grayscale: #9D9D9D. Windows color (decimal): -12786893 or 3400508. OLE color: 3400508.
HSL color Cylindrical-coordinate representation of color #3CE333: hue angle of 116.93º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CE333 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 227 | 51 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.11 |
| HSL | 116.93º | 0.76% | 0.55% | - |
| HSV(B) | 116.93º | 0.78% | 0.89% | - |
| XYZ | 29.93 | 56.14 | 12.39 | - |
| YUV | 157 | 68.17 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 51 | 0.74 | 0 | 0.78 | 0.11 | 116.93 | 0.76 | 0.55 |
| Hex | 3C | E3 | 33 | 4A | 0 | 4E | B | 75 | 4C | 37 |
| Octal | 74 | 343 | 63 | 112 | 0 | 116 | 13 | 165 | 114 | 67 |
| Binary | 111100 | 11100011 | 110011 | 1001010 | 0 | 1001110 | 1011 | 1110101 | 1001100 | 110111 |
Color Harmonies of #3CE333
Complementary color
Monochromatic Colors of #3CE333
Black with #3CE333
Text Example
Text Example
White with #3CE333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE333; }
p { color: rgb(60,227,51); }
H1.HeaderClassName
{
color: #3CE333;
}
.AnyTagClassName
{
color: #3CE333;
}
</style>
background-color css
<style>
a { background-color: #3CE333; }
a { background-color: rgb(60,227,51); }
div.DivClassName
{
background-color: #3CE333;
}
.BgClassName
{
background-color: #3CE333;
}
</style>
border-color css
<style>
span { border-color: #3CE333; }
span { border-color: rgb(60,227,51); }
td.TdClassName
{
border-color: #3CE333;
}
.TagClassName
{
border-color: #3CE333;
}
</style>