Shades of Lime Green #3DF03D
Tints of Lime Green #3DF03D
RGB
CMYK
RGB Variations
Color information
#3DF03D (or 0x3DF03D) is known color: Lime Green. HEX triplet: 3D, F0 and 3D. RGB value is (61,240,61). Sum of RGB (Red+Green+Blue) = 61+240+61=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 240 (94.14% from 255 or 66.30% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF03D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF03D is #C20FC2. Grayscale: #A6A6A6. Windows color (decimal): -12718019 or 4059197. OLE color: 4059197.
HSL color Cylindrical-coordinate representation of color #3DF03D: hue angle of 120º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF03D is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 240 | 61 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.06 |
| HSL | 120º | 0.86% | 0.59% | - |
| HSV(B) | 120º | 0.75% | 0.94% | - |
| XYZ | 33.93 | 63.65 | 14.91 | - |
| YUV | 166.07 | 68.7 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 240 | 61 | 0.75 | 0 | 0.75 | 0.06 | 120 | 0.86 | 0.59 |
| Hex | 3D | F0 | 3D | 4B | 0 | 4B | 6 | 78 | 56 | 3B |
| Octal | 75 | 360 | 75 | 113 | 0 | 113 | 6 | 170 | 126 | 73 |
| Binary | 111101 | 11110000 | 111101 | 1001011 | 0 | 1001011 | 110 | 1111000 | 1010110 | 111011 |
Color Harmonies of #3DF03D
Complementary color
Monochromatic Colors of #3DF03D
Black with #3DF03D
Text Example
Text Example
White with #3DF03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF03D; }
p { color: rgb(61,240,61); }
H1.HeaderClassName
{
color: #3DF03D;
}
.AnyTagClassName
{
color: #3DF03D;
}
</style>
background-color css
<style>
a { background-color: #3DF03D; }
a { background-color: rgb(61,240,61); }
div.DivClassName
{
background-color: #3DF03D;
}
.BgClassName
{
background-color: #3DF03D;
}
</style>
border-color css
<style>
span { border-color: #3DF03D; }
span { border-color: rgb(61,240,61); }
td.TdClassName
{
border-color: #3DF03D;
}
.TagClassName
{
border-color: #3DF03D;
}
</style>