Shades of Lime Green #3CDD15
Tints of Lime Green #3CDD15
RGB
CMYK
RGB Variations
Color information
#3CDD15 (or 0x3CDD15) is known color: Lime Green. HEX triplet: 3C, DD and 15. RGB value is (60,221,21). Sum of RGB (Red+Green+Blue) = 60+221+21=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 221 (86.72% from 255 or 73.18% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDD15 is #C322EA. Grayscale: #969696. Windows color (decimal): -12788459 or 1432892. OLE color: 1432892.
HSL color Cylindrical-coordinate representation of color #3CDD15: hue angle of 108.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CDD15 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 21 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.13 |
| HSL | 108.3º | 0.83% | 0.47% | - |
| HSV(B) | 108.3º | 0.9% | 0.87% | - |
| XYZ | 27.86 | 52.73 | 9.42 | - |
| YUV | 150.06 | 55.16 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 21 | 0.73 | 0 | 0.90 | 0.13 | 108.3 | 0.83 | 0.47 |
| Hex | 3C | DD | 15 | 49 | 0 | 5A | D | 6C | 53 | 2F |
| Octal | 74 | 335 | 25 | 111 | 0 | 132 | 15 | 154 | 123 | 57 |
| Binary | 111100 | 11011101 | 10101 | 1001001 | 0 | 1011010 | 1101 | 1101100 | 1010011 | 101111 |
Color Harmonies of #3CDD15
Complementary color
Monochromatic Colors of #3CDD15
Black with #3CDD15
Text Example
Text Example
White with #3CDD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDD15; }
p { color: rgb(60,221,21); }
H1.HeaderClassName
{
color: #3CDD15;
}
.AnyTagClassName
{
color: #3CDD15;
}
</style>
background-color css
<style>
a { background-color: #3CDD15; }
a { background-color: rgb(60,221,21); }
div.DivClassName
{
background-color: #3CDD15;
}
.BgClassName
{
background-color: #3CDD15;
}
</style>
border-color css
<style>
span { border-color: #3CDD15; }
span { border-color: rgb(60,221,21); }
td.TdClassName
{
border-color: #3CDD15;
}
.TagClassName
{
border-color: #3CDD15;
}
</style>