Shades of Lime Green #3CDD1F
Tints of Lime Green #3CDD1F
RGB
CMYK
RGB Variations
Color information
#3CDD1F (or 0x3CDD1F) is known color: Lime Green. HEX triplet: 3C, DD and 1F. RGB value is (60,221,31). Sum of RGB (Red+Green+Blue) = 60+221+31=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 221 (86.72% from 255 or 70.83% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDD1F is #C322E0. Grayscale: #979797. Windows color (decimal): -12788449 or 2088252. OLE color: 2088252.
HSL color Cylindrical-coordinate representation of color #3CDD1F: hue angle of 110.84º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3CDD1F is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 31 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.13 |
| HSL | 110.84º | 0.75% | 0.49% | - |
| HSV(B) | 110.84º | 0.86% | 0.87% | - |
| XYZ | 27.97 | 52.77 | 10.01 | - |
| YUV | 151.2 | 60.16 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 31 | 0.73 | 0 | 0.86 | 0.13 | 110.84 | 0.75 | 0.49 |
| Hex | 3C | DD | 1F | 49 | 0 | 56 | D | 6F | 4B | 31 |
| Octal | 74 | 335 | 37 | 111 | 0 | 126 | 15 | 157 | 113 | 61 |
| Binary | 111100 | 11011101 | 11111 | 1001001 | 0 | 1010110 | 1101 | 1101111 | 1001011 | 110001 |
Color Harmonies of #3CDD1F
Complementary color
Monochromatic Colors of #3CDD1F
Black with #3CDD1F
Text Example
Text Example
White with #3CDD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDD1F; }
p { color: rgb(60,221,31); }
H1.HeaderClassName
{
color: #3CDD1F;
}
.AnyTagClassName
{
color: #3CDD1F;
}
</style>
background-color css
<style>
a { background-color: #3CDD1F; }
a { background-color: rgb(60,221,31); }
div.DivClassName
{
background-color: #3CDD1F;
}
.BgClassName
{
background-color: #3CDD1F;
}
</style>
border-color css
<style>
span { border-color: #3CDD1F; }
span { border-color: rgb(60,221,31); }
td.TdClassName
{
border-color: #3CDD1F;
}
.TagClassName
{
border-color: #3CDD1F;
}
</style>