Shades of Lime Green #3CDD24
Tints of Lime Green #3CDD24
RGB
CMYK
RGB Variations
Color information
#3CDD24 (or 0x3CDD24) is known color: Lime Green. HEX triplet: 3C, DD and 24. RGB value is (60,221,36). Sum of RGB (Red+Green+Blue) = 60+221+36=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 221 (86.72% from 255 or 69.72% from 317); Blue value is 36 (14.45% from 255 or 11.36% from 317); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDD24 is #C322DB. Grayscale: #989898. Windows color (decimal): -12788444 or 2415932. OLE color: 2415932.
HSL color Cylindrical-coordinate representation of color #3CDD24: hue angle of 112.22º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CDD24 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 36 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.13 |
| HSL | 112.22º | 0.73% | 0.5% | - |
| HSV(B) | 112.22º | 0.84% | 0.87% | - |
| XYZ | 28.04 | 52.8 | 10.38 | - |
| YUV | 151.77 | 62.66 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 36 | 0.73 | 0 | 0.84 | 0.13 | 112.22 | 0.73 | 0.5 |
| Hex | 3C | DD | 24 | 49 | 0 | 54 | D | 70 | 49 | 32 |
| Octal | 74 | 335 | 44 | 111 | 0 | 124 | 15 | 160 | 111 | 62 |
| Binary | 111100 | 11011101 | 100100 | 1001001 | 0 | 1010100 | 1101 | 1110000 | 1001001 | 110010 |
Color Harmonies of #3CDD24
Complementary color
Monochromatic Colors of #3CDD24
Black with #3CDD24
Text Example
Text Example
White with #3CDD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDD24; }
p { color: rgb(60,221,36); }
H1.HeaderClassName
{
color: #3CDD24;
}
.AnyTagClassName
{
color: #3CDD24;
}
</style>
background-color css
<style>
a { background-color: #3CDD24; }
a { background-color: rgb(60,221,36); }
div.DivClassName
{
background-color: #3CDD24;
}
.BgClassName
{
background-color: #3CDD24;
}
</style>
border-color css
<style>
span { border-color: #3CDD24; }
span { border-color: rgb(60,221,36); }
td.TdClassName
{
border-color: #3CDD24;
}
.TagClassName
{
border-color: #3CDD24;
}
</style>