Shades of Lime Green #3CDD4B
Tints of Lime Green #3CDD4B
RGB
CMYK
RGB Variations
Color information
#3CDD4B (or 0x3CDD4B) is known color: Lime Green. HEX triplet: 3C, DD and 4B. RGB value is (60,221,75). Sum of RGB (Red+Green+Blue) = 60+221+75=356 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.85% from 356); Green value is 221 (86.72% from 255 or 62.08% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDD4B is #C322B4. Grayscale: #9C9C9C. Windows color (decimal): -12788405 or 4971836. OLE color: 4971836.
HSL color Cylindrical-coordinate representation of color #3CDD4B: hue angle of 125.59º degrees, saturation: 0.7, 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 #3CDD4B is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 75 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.13 |
| HSL | 125.59º | 0.7% | 0.55% | - |
| HSV(B) | 125.59º | 0.73% | 0.87% | - |
| XYZ | 28.99 | 53.18 | 15.39 | - |
| YUV | 156.22 | 82.16 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 75 | 0.73 | 0 | 0.66 | 0.13 | 125.59 | 0.7 | 0.55 |
| Hex | 3C | DD | 4B | 49 | 0 | 42 | D | 7E | 46 | 37 |
| Octal | 74 | 335 | 113 | 111 | 0 | 102 | 15 | 176 | 106 | 67 |
| Binary | 111100 | 11011101 | 1001011 | 1001001 | 0 | 1000010 | 1101 | 1111110 | 1000110 | 110111 |
Color Harmonies of #3CDD4B
Complementary color
Monochromatic Colors of #3CDD4B
Black with #3CDD4B
Text Example
Text Example
White with #3CDD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDD4B; }
p { color: rgb(60,221,75); }
H1.HeaderClassName
{
color: #3CDD4B;
}
.AnyTagClassName
{
color: #3CDD4B;
}
</style>
background-color css
<style>
a { background-color: #3CDD4B; }
a { background-color: rgb(60,221,75); }
div.DivClassName
{
background-color: #3CDD4B;
}
.BgClassName
{
background-color: #3CDD4B;
}
</style>
border-color css
<style>
span { border-color: #3CDD4B; }
span { border-color: rgb(60,221,75); }
td.TdClassName
{
border-color: #3CDD4B;
}
.TagClassName
{
border-color: #3CDD4B;
}
</style>