Shades of Lime Green #3CDF1F
Tints of Lime Green #3CDF1F
RGB
CMYK
RGB Variations
Color information
#3CDF1F (or 0x3CDF1F) is known color: Lime Green. HEX triplet: 3C, DF and 1F. RGB value is (60,223,31). Sum of RGB (Red+Green+Blue) = 60+223+31=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 223 (87.5% from 255 or 71.02% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDF1F is #C320E0. Grayscale: #989898. Windows color (decimal): -12787937 or 2088764. OLE color: 2088764.
HSL color Cylindrical-coordinate representation of color #3CDF1F: hue angle of 110.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3CDF1F is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 31 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.13 |
| HSL | 110.94º | 0.76% | 0.5% | - |
| HSV(B) | 110.94º | 0.86% | 0.87% | - |
| XYZ | 28.5 | 53.83 | 10.19 | - |
| YUV | 152.38 | 59.5 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 31 | 0.73 | 0 | 0.86 | 0.13 | 110.94 | 0.76 | 0.5 |
| Hex | 3C | DF | 1F | 49 | 0 | 56 | D | 6F | 4C | 32 |
| Octal | 74 | 337 | 37 | 111 | 0 | 126 | 15 | 157 | 114 | 62 |
| Binary | 111100 | 11011111 | 11111 | 1001001 | 0 | 1010110 | 1101 | 1101111 | 1001100 | 110010 |
Color Harmonies of #3CDF1F
Complementary color
Monochromatic Colors of #3CDF1F
Black with #3CDF1F
Text Example
Text Example
White with #3CDF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF1F; }
p { color: rgb(60,223,31); }
H1.HeaderClassName
{
color: #3CDF1F;
}
.AnyTagClassName
{
color: #3CDF1F;
}
</style>
background-color css
<style>
a { background-color: #3CDF1F; }
a { background-color: rgb(60,223,31); }
div.DivClassName
{
background-color: #3CDF1F;
}
.BgClassName
{
background-color: #3CDF1F;
}
</style>
border-color css
<style>
span { border-color: #3CDF1F; }
span { border-color: rgb(60,223,31); }
td.TdClassName
{
border-color: #3CDF1F;
}
.TagClassName
{
border-color: #3CDF1F;
}
</style>