Shades of Lime Green #3CCD24
Tints of Lime Green #3CCD24
RGB
CMYK
RGB Variations
Color information
#3CCD24 (or 0x3CCD24) is known color: Lime Green. HEX triplet: 3C, CD and 24. RGB value is (60,205,36). Sum of RGB (Red+Green+Blue) = 60+205+36=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 205 (80.47% from 255 or 68.11% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCD24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCD24 is #C332DB. Grayscale: #8E8E8E. Windows color (decimal): -12792540 or 2411836. OLE color: 2411836.
HSL color Cylindrical-coordinate representation of color #3CCD24: hue angle of 111.48º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3CCD24 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 205 | 36 | - |
| CMYK | 0.71 | 0 | 0.82 | 0.20 |
| HSL | 111.48º | 0.7% | 0.47% | - |
| HSV(B) | 111.48º | 0.82% | 0.8% | - |
| XYZ | 24.01 | 44.75 | 9.04 | - |
| YUV | 142.38 | 67.96 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 205 | 36 | 0.71 | 0 | 0.82 | 0.20 | 111.48 | 0.7 | 0.47 |
| Hex | 3C | CD | 24 | 47 | 0 | 52 | 14 | 6F | 46 | 2F |
| Octal | 74 | 315 | 44 | 107 | 0 | 122 | 24 | 157 | 106 | 57 |
| Binary | 111100 | 11001101 | 100100 | 1000111 | 0 | 1010010 | 10100 | 1101111 | 1000110 | 101111 |
Color Harmonies of #3CCD24
Complementary color
Monochromatic Colors of #3CCD24
Black with #3CCD24
Text Example
Text Example
White with #3CCD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCD24; }
p { color: rgb(60,205,36); }
H1.HeaderClassName
{
color: #3CCD24;
}
.AnyTagClassName
{
color: #3CCD24;
}
</style>
background-color css
<style>
a { background-color: #3CCD24; }
a { background-color: rgb(60,205,36); }
div.DivClassName
{
background-color: #3CCD24;
}
.BgClassName
{
background-color: #3CCD24;
}
</style>
border-color css
<style>
span { border-color: #3CCD24; }
span { border-color: rgb(60,205,36); }
td.TdClassName
{
border-color: #3CCD24;
}
.TagClassName
{
border-color: #3CCD24;
}
</style>