Shades of Lime Green #3DCC53
Tints of Lime Green #3DCC53
RGB
CMYK
RGB Variations
Color information
#3DCC53 (or 0x3DCC53) is known color: Lime Green. HEX triplet: 3D, CC and 53. RGB value is (61,204,83). Sum of RGB (Red+Green+Blue) = 61+204+83=348 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.53% from 348); Green value is 204 (80.08% from 255 or 58.62% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCC53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCC53 is #C233AC. Grayscale: #939393. Windows color (decimal): -12727213 or 5491773. OLE color: 5491773.
HSL color Cylindrical-coordinate representation of color #3DCC53: hue angle of 129.23º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCC53 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 204 | 83 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.2 |
| HSL | 129.23º | 0.58% | 0.52% | - |
| HSV(B) | 129.23º | 0.7% | 0.8% | - |
| XYZ | 25.08 | 44.8 | 15.51 | - |
| YUV | 147.45 | 91.62 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 204 | 83 | 0.70 | 0 | 0.59 | 0.2 | 129.23 | 0.58 | 0.52 |
| Hex | 3D | CC | 53 | 46 | 0 | 3B | 14 | 81 | 3A | 34 |
| Octal | 75 | 314 | 123 | 106 | 0 | 73 | 24 | 201 | 72 | 64 |
| Binary | 111101 | 11001100 | 1010011 | 1000110 | 0 | 111011 | 10100 | 10000001 | 111010 | 110100 |
Color Harmonies of #3DCC53
Complementary color
Monochromatic Colors of #3DCC53
Black with #3DCC53
Text Example
Text Example
White with #3DCC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCC53; }
p { color: rgb(61,204,83); }
H1.HeaderClassName
{
color: #3DCC53;
}
.AnyTagClassName
{
color: #3DCC53;
}
</style>
background-color css
<style>
a { background-color: #3DCC53; }
a { background-color: rgb(61,204,83); }
div.DivClassName
{
background-color: #3DCC53;
}
.BgClassName
{
background-color: #3DCC53;
}
</style>
border-color css
<style>
span { border-color: #3DCC53; }
span { border-color: rgb(61,204,83); }
td.TdClassName
{
border-color: #3DCC53;
}
.TagClassName
{
border-color: #3DCC53;
}
</style>