Shades of Lime Green #3CEA2C
Tints of Lime Green #3CEA2C
RGB
CMYK
RGB Variations
Color information
#3CEA2C (or 0x3CEA2C) is known color: Lime Green. HEX triplet: 3C, EA and 2C. RGB value is (60,234,44). Sum of RGB (Red+Green+Blue) = 60+234+44=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 234 (91.80% from 255 or 69.23% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEA2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEA2C is #C315D3. Grayscale: #A0A0A0. Windows color (decimal): -12785108 or 2943548. OLE color: 2943548.
HSL color Cylindrical-coordinate representation of color #3CEA2C: hue angle of 114.95º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3CEA2C is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 234 | 44 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.08 |
| HSL | 114.95º | 0.82% | 0.55% | - |
| HSV(B) | 114.95º | 0.81% | 0.92% | - |
| XYZ | 31.74 | 59.99 | 12.29 | - |
| YUV | 160.31 | 62.35 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 44 | 0.74 | 0 | 0.81 | 0.08 | 114.95 | 0.82 | 0.55 |
| Hex | 3C | EA | 2C | 4A | 0 | 51 | 8 | 73 | 52 | 37 |
| Octal | 74 | 352 | 54 | 112 | 0 | 121 | 10 | 163 | 122 | 67 |
| Binary | 111100 | 11101010 | 101100 | 1001010 | 0 | 1010001 | 1000 | 1110011 | 1010010 | 110111 |
Color Harmonies of #3CEA2C
Complementary color
Monochromatic Colors of #3CEA2C
Black with #3CEA2C
Text Example
Text Example
White with #3CEA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEA2C; }
p { color: rgb(60,234,44); }
H1.HeaderClassName
{
color: #3CEA2C;
}
.AnyTagClassName
{
color: #3CEA2C;
}
</style>
background-color css
<style>
a { background-color: #3CEA2C; }
a { background-color: rgb(60,234,44); }
div.DivClassName
{
background-color: #3CEA2C;
}
.BgClassName
{
background-color: #3CEA2C;
}
</style>
border-color css
<style>
span { border-color: #3CEA2C; }
span { border-color: rgb(60,234,44); }
td.TdClassName
{
border-color: #3CEA2C;
}
.TagClassName
{
border-color: #3CEA2C;
}
</style>