Shades of Lime Green #3CD344
Tints of Lime Green #3CD344
RGB
CMYK
RGB Variations
Color information
#3CD344 (or 0x3CD344) is known color: Lime Green. HEX triplet: 3C, D3 and 44. RGB value is (60,211,68). Sum of RGB (Red+Green+Blue) = 60+211+68=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 211 (82.81% from 255 or 62.24% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 211 - color contains mainly: green. Hex color #3CD344 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD344 is #C32CBB. Grayscale: #959595. Windows color (decimal): -12790972 or 4510524. OLE color: 4510524.
HSL color Cylindrical-coordinate representation of color #3CD344: hue angle of 123.18º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD344 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 60 | 211 | 68 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.17 |
| HSL | 123.18º | 0.63% | 0.53% | - |
| HSV(B) | 123.18º | 0.72% | 0.83% | - |
| XYZ | 26.2 | 47.97 | 13.35 | - |
| YUV | 149.55 | 81.97 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 211 | 68 | 0.72 | 0 | 0.68 | 0.17 | 123.18 | 0.63 | 0.53 |
| Hex | 3C | D3 | 44 | 48 | 0 | 44 | 11 | 7B | 3F | 35 |
| Octal | 74 | 323 | 104 | 110 | 0 | 104 | 21 | 173 | 77 | 65 |
| Binary | 111100 | 11010011 | 1000100 | 1001000 | 0 | 1000100 | 10001 | 1111011 | 111111 | 110101 |
Color Harmonies of #3CD344
Complementary color
Monochromatic Colors of #3CD344
Black with #3CD344
Text Example
Text Example
White with #3CD344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD344; }
p { color: rgb(60,211,68); }
H1.HeaderClassName
{
color: #3CD344;
}
.AnyTagClassName
{
color: #3CD344;
}
</style>
background-color css
<style>
a { background-color: #3CD344; }
a { background-color: rgb(60,211,68); }
div.DivClassName
{
background-color: #3CD344;
}
.BgClassName
{
background-color: #3CD344;
}
</style>
border-color css
<style>
span { border-color: #3CD344; }
span { border-color: rgb(60,211,68); }
td.TdClassName
{
border-color: #3CD344;
}
.TagClassName
{
border-color: #3CD344;
}
</style>