Shades of Lime Green #3DCF37
Tints of Lime Green #3DCF37
RGB
CMYK
RGB Variations
Color information
#3DCF37 (or 0x3DCF37) is known color: Lime Green. HEX triplet: 3D, CF and 37. RGB value is (61,207,55). Sum of RGB (Red+Green+Blue) = 61+207+55=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 207 (81.25% from 255 or 64.09% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCF37 is #C230C8. Grayscale: #929292. Windows color (decimal): -12726473 or 3657533. OLE color: 3657533.
HSL color Cylindrical-coordinate representation of color #3DCF37: hue angle of 117.63º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DCF37 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 55 | - |
| CMYK | 0.71 | 0 | 0.73 | 0.19 |
| HSL | 117.63º | 0.61% | 0.51% | - |
| HSV(B) | 117.63º | 0.73% | 0.81% | - |
| XYZ | 24.93 | 45.89 | 11.16 | - |
| YUV | 146.02 | 76.63 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 55 | 0.71 | 0 | 0.73 | 0.19 | 117.63 | 0.61 | 0.51 |
| Hex | 3D | CF | 37 | 47 | 0 | 49 | 13 | 76 | 3D | 33 |
| Octal | 75 | 317 | 67 | 107 | 0 | 111 | 23 | 166 | 75 | 63 |
| Binary | 111101 | 11001111 | 110111 | 1000111 | 0 | 1001001 | 10011 | 1110110 | 111101 | 110011 |
Color Harmonies of #3DCF37
Complementary color
Monochromatic Colors of #3DCF37
Black with #3DCF37
Text Example
Text Example
White with #3DCF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCF37; }
p { color: rgb(61,207,55); }
H1.HeaderClassName
{
color: #3DCF37;
}
.AnyTagClassName
{
color: #3DCF37;
}
</style>
background-color css
<style>
a { background-color: #3DCF37; }
a { background-color: rgb(61,207,55); }
div.DivClassName
{
background-color: #3DCF37;
}
.BgClassName
{
background-color: #3DCF37;
}
</style>
border-color css
<style>
span { border-color: #3DCF37; }
span { border-color: rgb(61,207,55); }
td.TdClassName
{
border-color: #3DCF37;
}
.TagClassName
{
border-color: #3DCF37;
}
</style>