Shades of Lime Green #3CDD35
Tints of Lime Green #3CDD35
RGB
CMYK
RGB Variations
Color information
#3CDD35 (or 0x3CDD35) is known color: Lime Green. HEX triplet: 3C, DD and 35. RGB value is (60,221,53). Sum of RGB (Red+Green+Blue) = 60+221+53=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 221 (86.72% from 255 or 66.17% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDD35 is #C322CA. Grayscale: #9A9A9A. Windows color (decimal): -12788427 or 3530044. OLE color: 3530044.
HSL color Cylindrical-coordinate representation of color #3CDD35: hue angle of 117.5º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CDD35 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 53 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.13 |
| HSL | 117.5º | 0.71% | 0.54% | - |
| HSV(B) | 117.5º | 0.76% | 0.87% | - |
| XYZ | 28.36 | 52.93 | 12.09 | - |
| YUV | 153.71 | 71.16 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 53 | 0.73 | 0 | 0.76 | 0.13 | 117.5 | 0.71 | 0.54 |
| Hex | 3C | DD | 35 | 49 | 0 | 4C | D | 76 | 47 | 36 |
| Octal | 74 | 335 | 65 | 111 | 0 | 114 | 15 | 166 | 107 | 66 |
| Binary | 111100 | 11011101 | 110101 | 1001001 | 0 | 1001100 | 1101 | 1110110 | 1000111 | 110110 |
Color Harmonies of #3CDD35
Complementary color
Monochromatic Colors of #3CDD35
Black with #3CDD35
Text Example
Text Example
White with #3CDD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDD35; }
p { color: rgb(60,221,53); }
H1.HeaderClassName
{
color: #3CDD35;
}
.AnyTagClassName
{
color: #3CDD35;
}
</style>
background-color css
<style>
a { background-color: #3CDD35; }
a { background-color: rgb(60,221,53); }
div.DivClassName
{
background-color: #3CDD35;
}
.BgClassName
{
background-color: #3CDD35;
}
</style>
border-color css
<style>
span { border-color: #3CDD35; }
span { border-color: rgb(60,221,53); }
td.TdClassName
{
border-color: #3CDD35;
}
.TagClassName
{
border-color: #3CDD35;
}
</style>