Shades of Lime Green #3DCF54
Tints of Lime Green #3DCF54
RGB
CMYK
RGB Variations
Color information
#3DCF54 (or 0x3DCF54) is known color: Lime Green. HEX triplet: 3D, CF and 54. RGB value is (61,207,84). Sum of RGB (Red+Green+Blue) = 61+207+84=352 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.33% from 352); Green value is 207 (81.25% from 255 or 58.81% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCF54 is #C230AB. Grayscale: #959595. Windows color (decimal): -12726444 or 5558077. OLE color: 5558077.
HSL color Cylindrical-coordinate representation of color #3DCF54: hue angle of 129.45º 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 #3DCF54 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 84 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.19 |
| HSL | 129.45º | 0.6% | 0.53% | - |
| HSV(B) | 129.45º | 0.71% | 0.81% | - |
| XYZ | 25.84 | 46.26 | 15.95 | - |
| YUV | 149.32 | 91.13 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 84 | 0.71 | 0 | 0.59 | 0.19 | 129.45 | 0.6 | 0.53 |
| Hex | 3D | CF | 54 | 47 | 0 | 3B | 13 | 81 | 3C | 35 |
| Octal | 75 | 317 | 124 | 107 | 0 | 73 | 23 | 201 | 74 | 65 |
| Binary | 111101 | 11001111 | 1010100 | 1000111 | 0 | 111011 | 10011 | 10000001 | 111100 | 110101 |
Color Harmonies of #3DCF54
Complementary color
Monochromatic Colors of #3DCF54
Black with #3DCF54
Text Example
Text Example
White with #3DCF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCF54; }
p { color: rgb(61,207,84); }
H1.HeaderClassName
{
color: #3DCF54;
}
.AnyTagClassName
{
color: #3DCF54;
}
</style>
background-color css
<style>
a { background-color: #3DCF54; }
a { background-color: rgb(61,207,84); }
div.DivClassName
{
background-color: #3DCF54;
}
.BgClassName
{
background-color: #3DCF54;
}
</style>
border-color css
<style>
span { border-color: #3DCF54; }
span { border-color: rgb(61,207,84); }
td.TdClassName
{
border-color: #3DCF54;
}
.TagClassName
{
border-color: #3DCF54;
}
</style>