Shades of Lime Green #3DDF1C
Tints of Lime Green #3DDF1C
RGB
CMYK
RGB Variations
Color information
#3DDF1C (or 0x3DDF1C) is known color: Lime Green. HEX triplet: 3D, DF and 1C. RGB value is (61,223,28). Sum of RGB (Red+Green+Blue) = 61+223+28=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 223 (87.5% from 255 or 71.47% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDF1C is #C220E3. Grayscale: #989898. Windows color (decimal): -12722404 or 1892157. OLE color: 1892157.
HSL color Cylindrical-coordinate representation of color #3DDF1C: hue angle of 109.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3DDF1C is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 28 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.13 |
| HSL | 109.85º | 0.78% | 0.49% | - |
| HSV(B) | 109.85º | 0.87% | 0.87% | - |
| XYZ | 28.52 | 53.85 | 9.99 | - |
| YUV | 152.33 | 57.83 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 28 | 0.73 | 0 | 0.87 | 0.13 | 109.85 | 0.78 | 0.49 |
| Hex | 3D | DF | 1C | 49 | 0 | 57 | D | 6E | 4E | 31 |
| Octal | 75 | 337 | 34 | 111 | 0 | 127 | 15 | 156 | 116 | 61 |
| Binary | 111101 | 11011111 | 11100 | 1001001 | 0 | 1010111 | 1101 | 1101110 | 1001110 | 110001 |
Color Harmonies of #3DDF1C
Complementary color
Monochromatic Colors of #3DDF1C
Black with #3DDF1C
Text Example
Text Example
White with #3DDF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDF1C; }
p { color: rgb(61,223,28); }
H1.HeaderClassName
{
color: #3DDF1C;
}
.AnyTagClassName
{
color: #3DDF1C;
}
</style>
background-color css
<style>
a { background-color: #3DDF1C; }
a { background-color: rgb(61,223,28); }
div.DivClassName
{
background-color: #3DDF1C;
}
.BgClassName
{
background-color: #3DDF1C;
}
</style>
border-color css
<style>
span { border-color: #3DDF1C; }
span { border-color: rgb(61,223,28); }
td.TdClassName
{
border-color: #3DDF1C;
}
.TagClassName
{
border-color: #3DDF1C;
}
</style>