Shades of Lime Green #3DCF52
Tints of Lime Green #3DCF52
RGB
CMYK
RGB Variations
Color information
#3DCF52 (or 0x3DCF52) is known color: Lime Green. HEX triplet: 3D, CF and 52. RGB value is (61,207,82). Sum of RGB (Red+Green+Blue) = 61+207+82=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 207 (81.25% from 255 or 59.14% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCF52 is #C230AD. Grayscale: #959595. Windows color (decimal): -12726446 or 5427005. OLE color: 5427005.
HSL color Cylindrical-coordinate representation of color #3DCF52: hue angle of 128.63º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCF52 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 82 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.19 |
| HSL | 128.63º | 0.6% | 0.53% | - |
| HSV(B) | 128.63º | 0.71% | 0.81% | - |
| XYZ | 25.76 | 46.23 | 15.55 | - |
| YUV | 149.1 | 90.13 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 82 | 0.71 | 0 | 0.60 | 0.19 | 128.63 | 0.6 | 0.53 |
| Hex | 3D | CF | 52 | 47 | 0 | 3C | 13 | 81 | 3C | 35 |
| Octal | 75 | 317 | 122 | 107 | 0 | 74 | 23 | 201 | 74 | 65 |
| Binary | 111101 | 11001111 | 1010010 | 1000111 | 0 | 111100 | 10011 | 10000001 | 111100 | 110101 |
Color Harmonies of #3DCF52
Complementary color
Monochromatic Colors of #3DCF52
Black with #3DCF52
Text Example
Text Example
White with #3DCF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCF52; }
p { color: rgb(61,207,82); }
H1.HeaderClassName
{
color: #3DCF52;
}
.AnyTagClassName
{
color: #3DCF52;
}
</style>
background-color css
<style>
a { background-color: #3DCF52; }
a { background-color: rgb(61,207,82); }
div.DivClassName
{
background-color: #3DCF52;
}
.BgClassName
{
background-color: #3DCF52;
}
</style>
border-color css
<style>
span { border-color: #3DCF52; }
span { border-color: rgb(61,207,82); }
td.TdClassName
{
border-color: #3DCF52;
}
.TagClassName
{
border-color: #3DCF52;
}
</style>