Shades of Lime Green #3CDE34
Tints of Lime Green #3CDE34
RGB
CMYK
RGB Variations
Color information
#3CDE34 (or 0x3CDE34) is known color: Lime Green. HEX triplet: 3C, DE and 34. RGB value is (60,222,52). Sum of RGB (Red+Green+Blue) = 60+222+52=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 222 (87.11% from 255 or 66.47% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDE34 is #C321CB. Grayscale: #9A9A9A. Windows color (decimal): -12788172 or 3464764. OLE color: 3464764.
HSL color Cylindrical-coordinate representation of color #3CDE34: hue angle of 117.18º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CDE34 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 222 | 52 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.13 |
| HSL | 117.18º | 0.72% | 0.54% | - |
| HSV(B) | 117.18º | 0.77% | 0.87% | - |
| XYZ | 28.6 | 53.45 | 12.06 | - |
| YUV | 154.18 | 70.33 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 52 | 0.73 | 0 | 0.77 | 0.13 | 117.18 | 0.72 | 0.54 |
| Hex | 3C | DE | 34 | 49 | 0 | 4D | D | 75 | 48 | 36 |
| Octal | 74 | 336 | 64 | 111 | 0 | 115 | 15 | 165 | 110 | 66 |
| Binary | 111100 | 11011110 | 110100 | 1001001 | 0 | 1001101 | 1101 | 1110101 | 1001000 | 110110 |
Color Harmonies of #3CDE34
Complementary color
Monochromatic Colors of #3CDE34
Black with #3CDE34
Text Example
Text Example
White with #3CDE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDE34; }
p { color: rgb(60,222,52); }
H1.HeaderClassName
{
color: #3CDE34;
}
.AnyTagClassName
{
color: #3CDE34;
}
</style>
background-color css
<style>
a { background-color: #3CDE34; }
a { background-color: rgb(60,222,52); }
div.DivClassName
{
background-color: #3CDE34;
}
.BgClassName
{
background-color: #3CDE34;
}
</style>
border-color css
<style>
span { border-color: #3CDE34; }
span { border-color: rgb(60,222,52); }
td.TdClassName
{
border-color: #3CDE34;
}
.TagClassName
{
border-color: #3CDE34;
}
</style>