Shades of Lime Green #3CE33D
Tints of Lime Green #3CE33D
RGB
CMYK
RGB Variations
Color information
#3CE33D (or 0x3CE33D) is known color: Lime Green. HEX triplet: 3C, E3 and 3D. RGB value is (60,227,61). Sum of RGB (Red+Green+Blue) = 60+227+61=348 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.24% from 348); Green value is 227 (89.06% from 255 or 65.23% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE33D is #C31CC2. Grayscale: #9E9E9E. Windows color (decimal): -12786883 or 4055868. OLE color: 4055868.
HSL color Cylindrical-coordinate representation of color #3CE33D: hue angle of 120.36º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE33D is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 227 | 61 | - |
| CMYK | 0.74 | 0 | 0.73 | 0.11 |
| HSL | 120.36º | 0.75% | 0.56% | - |
| HSV(B) | 120.36º | 0.74% | 0.89% | - |
| XYZ | 30.17 | 56.24 | 13.68 | - |
| YUV | 158.14 | 73.17 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 61 | 0.74 | 0 | 0.73 | 0.11 | 120.36 | 0.75 | 0.56 |
| Hex | 3C | E3 | 3D | 4A | 0 | 49 | B | 78 | 4B | 38 |
| Octal | 74 | 343 | 75 | 112 | 0 | 111 | 13 | 170 | 113 | 70 |
| Binary | 111100 | 11100011 | 111101 | 1001010 | 0 | 1001001 | 1011 | 1111000 | 1001011 | 111000 |
Color Harmonies of #3CE33D
Complementary color
Monochromatic Colors of #3CE33D
Black with #3CE33D
Text Example
Text Example
White with #3CE33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE33D; }
p { color: rgb(60,227,61); }
H1.HeaderClassName
{
color: #3CE33D;
}
.AnyTagClassName
{
color: #3CE33D;
}
</style>
background-color css
<style>
a { background-color: #3CE33D; }
a { background-color: rgb(60,227,61); }
div.DivClassName
{
background-color: #3CE33D;
}
.BgClassName
{
background-color: #3CE33D;
}
</style>
border-color css
<style>
span { border-color: #3CE33D; }
span { border-color: rgb(60,227,61); }
td.TdClassName
{
border-color: #3CE33D;
}
.TagClassName
{
border-color: #3CE33D;
}
</style>