Shades of Lime Green #3CDF1E
Tints of Lime Green #3CDF1E
RGB
CMYK
RGB Variations
Color information
#3CDF1E (or 0x3CDF1E) is known color: Lime Green. HEX triplet: 3C, DF and 1E. RGB value is (60,223,30). Sum of RGB (Red+Green+Blue) = 60+223+30=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 223 (87.5% from 255 or 71.25% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDF1E is #C320E1. Grayscale: #989898. Windows color (decimal): -12787938 or 2023228. OLE color: 2023228.
HSL color Cylindrical-coordinate representation of color #3CDF1E: hue angle of 110.67º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3CDF1E is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 30 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.13 |
| HSL | 110.67º | 0.76% | 0.5% | - |
| HSV(B) | 110.67º | 0.87% | 0.87% | - |
| XYZ | 28.49 | 53.83 | 10.12 | - |
| YUV | 152.26 | 59 | 62.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 30 | 0.73 | 0 | 0.87 | 0.13 | 110.67 | 0.76 | 0.5 |
| Hex | 3C | DF | 1E | 49 | 0 | 57 | D | 6F | 4C | 32 |
| Octal | 74 | 337 | 36 | 111 | 0 | 127 | 15 | 157 | 114 | 62 |
| Binary | 111100 | 11011111 | 11110 | 1001001 | 0 | 1010111 | 1101 | 1101111 | 1001100 | 110010 |
Color Harmonies of #3CDF1E
Complementary color
Monochromatic Colors of #3CDF1E
Black with #3CDF1E
Text Example
Text Example
White with #3CDF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF1E; }
p { color: rgb(60,223,30); }
H1.HeaderClassName
{
color: #3CDF1E;
}
.AnyTagClassName
{
color: #3CDF1E;
}
</style>
background-color css
<style>
a { background-color: #3CDF1E; }
a { background-color: rgb(60,223,30); }
div.DivClassName
{
background-color: #3CDF1E;
}
.BgClassName
{
background-color: #3CDF1E;
}
</style>
border-color css
<style>
span { border-color: #3CDF1E; }
span { border-color: rgb(60,223,30); }
td.TdClassName
{
border-color: #3CDF1E;
}
.TagClassName
{
border-color: #3CDF1E;
}
</style>