Shades of Lime Green #3DDA53
Tints of Lime Green #3DDA53
RGB
CMYK
RGB Variations
Color information
#3DDA53 (or 0x3DDA53) is known color: Lime Green. HEX triplet: 3D, DA and 53. RGB value is (61,218,83). Sum of RGB (Red+Green+Blue) = 61+218+83=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 218 (85.55% from 255 or 60.22% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDA53 is #C225AC. Grayscale: #9C9C9C. Windows color (decimal): -12723629 or 5495357. OLE color: 5495357.
HSL color Cylindrical-coordinate representation of color #3DDA53: hue angle of 128.41º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDA53 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 218 | 83 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.15 |
| HSL | 128.41º | 0.68% | 0.55% | - |
| HSV(B) | 128.41º | 0.72% | 0.85% | - |
| XYZ | 28.56 | 51.76 | 16.67 | - |
| YUV | 155.67 | 86.99 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 218 | 83 | 0.72 | 0 | 0.62 | 0.15 | 128.41 | 0.68 | 0.55 |
| Hex | 3D | DA | 53 | 48 | 0 | 3E | F | 80 | 44 | 37 |
| Octal | 75 | 332 | 123 | 110 | 0 | 76 | 17 | 200 | 104 | 67 |
| Binary | 111101 | 11011010 | 1010011 | 1001000 | 0 | 111110 | 1111 | 10000000 | 1000100 | 110111 |
Color Harmonies of #3DDA53
Complementary color
Monochromatic Colors of #3DDA53
Black with #3DDA53
Text Example
Text Example
White with #3DDA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDA53; }
p { color: rgb(61,218,83); }
H1.HeaderClassName
{
color: #3DDA53;
}
.AnyTagClassName
{
color: #3DDA53;
}
</style>
background-color css
<style>
a { background-color: #3DDA53; }
a { background-color: rgb(61,218,83); }
div.DivClassName
{
background-color: #3DDA53;
}
.BgClassName
{
background-color: #3DDA53;
}
</style>
border-color css
<style>
span { border-color: #3DDA53; }
span { border-color: rgb(61,218,83); }
td.TdClassName
{
border-color: #3DDA53;
}
.TagClassName
{
border-color: #3DDA53;
}
</style>