Shades of Lime Green #3DCD39
Tints of Lime Green #3DCD39
RGB
CMYK
RGB Variations
Color information
#3DCD39 (or 0x3DCD39) is known color: Lime Green. HEX triplet: 3D, CD and 39. RGB value is (61,205,57). Sum of RGB (Red+Green+Blue) = 61+205+57=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 205 (80.47% from 255 or 63.47% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCD39 is #C232C6. Grayscale: #919191. Windows color (decimal): -12726983 or 3788093. OLE color: 3788093.
HSL color Cylindrical-coordinate representation of color #3DCD39: hue angle of 118.38º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DCD39 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 57 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.20 |
| HSL | 118.38º | 0.6% | 0.51% | - |
| HSV(B) | 118.38º | 0.72% | 0.8% | - |
| XYZ | 24.49 | 44.95 | 11.26 | - |
| YUV | 145.07 | 78.29 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 57 | 0.70 | 0 | 0.72 | 0.20 | 118.38 | 0.6 | 0.51 |
| Hex | 3D | CD | 39 | 46 | 0 | 48 | 14 | 76 | 3C | 33 |
| Octal | 75 | 315 | 71 | 106 | 0 | 110 | 24 | 166 | 74 | 63 |
| Binary | 111101 | 11001101 | 111001 | 1000110 | 0 | 1001000 | 10100 | 1110110 | 111100 | 110011 |
Color Harmonies of #3DCD39
Complementary color
Monochromatic Colors of #3DCD39
Black with #3DCD39
Text Example
Text Example
White with #3DCD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCD39; }
p { color: rgb(61,205,57); }
H1.HeaderClassName
{
color: #3DCD39;
}
.AnyTagClassName
{
color: #3DCD39;
}
</style>
background-color css
<style>
a { background-color: #3DCD39; }
a { background-color: rgb(61,205,57); }
div.DivClassName
{
background-color: #3DCD39;
}
.BgClassName
{
background-color: #3DCD39;
}
</style>
border-color css
<style>
span { border-color: #3DCD39; }
span { border-color: rgb(61,205,57); }
td.TdClassName
{
border-color: #3DCD39;
}
.TagClassName
{
border-color: #3DCD39;
}
</style>