Shades of Lime Green #3DCD3A
Tints of Lime Green #3DCD3A
RGB
CMYK
RGB Variations
Color information
#3DCD3A (or 0x3DCD3A) is known color: Lime Green. HEX triplet: 3D, CD and 3A. RGB value is (61,205,58). Sum of RGB (Red+Green+Blue) = 61+205+58=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 205 (80.47% from 255 or 63.27% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCD3A is #C232C5. Grayscale: #919191. Windows color (decimal): -12726982 or 3853629. OLE color: 3853629.
HSL color Cylindrical-coordinate representation of color #3DCD3A: hue angle of 118.78º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DCD3A is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 58 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.20 |
| HSL | 118.78º | 0.6% | 0.52% | - |
| HSV(B) | 118.78º | 0.72% | 0.8% | - |
| XYZ | 24.52 | 44.96 | 11.39 | - |
| YUV | 145.19 | 78.79 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 58 | 0.70 | 0 | 0.72 | 0.20 | 118.78 | 0.6 | 0.52 |
| Hex | 3D | CD | 3A | 46 | 0 | 48 | 14 | 77 | 3C | 34 |
| Octal | 75 | 315 | 72 | 106 | 0 | 110 | 24 | 167 | 74 | 64 |
| Binary | 111101 | 11001101 | 111010 | 1000110 | 0 | 1001000 | 10100 | 1110111 | 111100 | 110100 |
Color Harmonies of #3DCD3A
Complementary color
Monochromatic Colors of #3DCD3A
Black with #3DCD3A
Text Example
Text Example
White with #3DCD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCD3A; }
p { color: rgb(61,205,58); }
H1.HeaderClassName
{
color: #3DCD3A;
}
.AnyTagClassName
{
color: #3DCD3A;
}
</style>
background-color css
<style>
a { background-color: #3DCD3A; }
a { background-color: rgb(61,205,58); }
div.DivClassName
{
background-color: #3DCD3A;
}
.BgClassName
{
background-color: #3DCD3A;
}
</style>
border-color css
<style>
span { border-color: #3DCD3A; }
span { border-color: rgb(61,205,58); }
td.TdClassName
{
border-color: #3DCD3A;
}
.TagClassName
{
border-color: #3DCD3A;
}
</style>