Shades of Lime Green #3CDF24
Tints of Lime Green #3CDF24
RGB
CMYK
RGB Variations
Color information
#3CDF24 (or 0x3CDF24) is known color: Lime Green. HEX triplet: 3C, DF and 24. RGB value is (60,223,36). Sum of RGB (Red+Green+Blue) = 60+223+36=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 223 (87.5% from 255 or 69.91% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDF24 is #C320DB. Grayscale: #999999. Windows color (decimal): -12787932 or 2416444. OLE color: 2416444.
HSL color Cylindrical-coordinate representation of color #3CDF24: hue angle of 112.3º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CDF24 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 36 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.13 |
| HSL | 112.3º | 0.75% | 0.51% | - |
| HSV(B) | 112.3º | 0.84% | 0.87% | - |
| XYZ | 28.57 | 53.86 | 10.56 | - |
| YUV | 152.95 | 62 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 36 | 0.73 | 0 | 0.84 | 0.13 | 112.3 | 0.75 | 0.51 |
| Hex | 3C | DF | 24 | 49 | 0 | 54 | D | 70 | 4B | 33 |
| Octal | 74 | 337 | 44 | 111 | 0 | 124 | 15 | 160 | 113 | 63 |
| Binary | 111100 | 11011111 | 100100 | 1001001 | 0 | 1010100 | 1101 | 1110000 | 1001011 | 110011 |
Color Harmonies of #3CDF24
Complementary color
Monochromatic Colors of #3CDF24
Black with #3CDF24
Text Example
Text Example
White with #3CDF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF24; }
p { color: rgb(60,223,36); }
H1.HeaderClassName
{
color: #3CDF24;
}
.AnyTagClassName
{
color: #3CDF24;
}
</style>
background-color css
<style>
a { background-color: #3CDF24; }
a { background-color: rgb(60,223,36); }
div.DivClassName
{
background-color: #3CDF24;
}
.BgClassName
{
background-color: #3CDF24;
}
</style>
border-color css
<style>
span { border-color: #3CDF24; }
span { border-color: rgb(60,223,36); }
td.TdClassName
{
border-color: #3CDF24;
}
.TagClassName
{
border-color: #3CDF24;
}
</style>