Shades of Lime Green #3CDF51
Tints of Lime Green #3CDF51
RGB
CMYK
RGB Variations
Color information
#3CDF51 (or 0x3CDF51) is known color: Lime Green. HEX triplet: 3C, DF and 51. RGB value is (60,223,81). Sum of RGB (Red+Green+Blue) = 60+223+81=364 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.48% from 364); Green value is 223 (87.5% from 255 or 61.26% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDF51 is #C320AE. Grayscale: #9E9E9E. Windows color (decimal): -12787887 or 5365564. OLE color: 5365564.
HSL color Cylindrical-coordinate representation of color #3CDF51: hue angle of 127.73º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDF51 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 81 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.13 |
| HSL | 127.73º | 0.72% | 0.55% | - |
| HSV(B) | 127.73º | 0.73% | 0.87% | - |
| XYZ | 29.74 | 54.33 | 16.7 | - |
| YUV | 158.08 | 84.5 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 81 | 0.73 | 0 | 0.64 | 0.13 | 127.73 | 0.72 | 0.55 |
| Hex | 3C | DF | 51 | 49 | 0 | 40 | D | 80 | 48 | 37 |
| Octal | 74 | 337 | 121 | 111 | 0 | 100 | 15 | 200 | 110 | 67 |
| Binary | 111100 | 11011111 | 1010001 | 1001001 | 0 | 1000000 | 1101 | 10000000 | 1001000 | 110111 |
Color Harmonies of #3CDF51
Complementary color
Monochromatic Colors of #3CDF51
Black with #3CDF51
Text Example
Text Example
White with #3CDF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF51; }
p { color: rgb(60,223,81); }
H1.HeaderClassName
{
color: #3CDF51;
}
.AnyTagClassName
{
color: #3CDF51;
}
</style>
background-color css
<style>
a { background-color: #3CDF51; }
a { background-color: rgb(60,223,81); }
div.DivClassName
{
background-color: #3CDF51;
}
.BgClassName
{
background-color: #3CDF51;
}
</style>
border-color css
<style>
span { border-color: #3CDF51; }
span { border-color: rgb(60,223,81); }
td.TdClassName
{
border-color: #3CDF51;
}
.TagClassName
{
border-color: #3CDF51;
}
</style>