Shades of Lime Green #3DEA53
Tints of Lime Green #3DEA53
RGB
CMYK
RGB Variations
Color information
#3DEA53 (or 0x3DEA53) is known color: Lime Green. HEX triplet: 3D, EA and 53. RGB value is (61,234,83). Sum of RGB (Red+Green+Blue) = 61+234+83=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 234 (91.80% from 255 or 61.90% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 234 - color contains mainly: green. Hex color #3DEA53 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DEA53 is #C215AC. Grayscale: #A5A5A5. Windows color (decimal): -12719533 or 5499453. OLE color: 5499453.
HSL color Cylindrical-coordinate representation of color #3DEA53: hue angle of 127.63º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEA53 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 234 | 83 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.08 |
| HSL | 127.63º | 0.8% | 0.58% | - |
| HSV(B) | 127.63º | 0.74% | 0.92% | - |
| XYZ | 32.91 | 60.46 | 18.12 | - |
| YUV | 165.06 | 81.69 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 234 | 83 | 0.74 | 0 | 0.65 | 0.08 | 127.63 | 0.8 | 0.58 |
| Hex | 3D | EA | 53 | 4A | 0 | 41 | 8 | 80 | 50 | 3A |
| Octal | 75 | 352 | 123 | 112 | 0 | 101 | 10 | 200 | 120 | 72 |
| Binary | 111101 | 11101010 | 1010011 | 1001010 | 0 | 1000001 | 1000 | 10000000 | 1010000 | 111010 |
Color Harmonies of #3DEA53
Complementary color
Monochromatic Colors of #3DEA53
Black with #3DEA53
Text Example
Text Example
White with #3DEA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEA53; }
p { color: rgb(61,234,83); }
H1.HeaderClassName
{
color: #3DEA53;
}
.AnyTagClassName
{
color: #3DEA53;
}
</style>
background-color css
<style>
a { background-color: #3DEA53; }
a { background-color: rgb(61,234,83); }
div.DivClassName
{
background-color: #3DEA53;
}
.BgClassName
{
background-color: #3DEA53;
}
</style>
border-color css
<style>
span { border-color: #3DEA53; }
span { border-color: rgb(61,234,83); }
td.TdClassName
{
border-color: #3DEA53;
}
.TagClassName
{
border-color: #3DEA53;
}
</style>