Shades of Lime Green #3DCD2A
Tints of Lime Green #3DCD2A
RGB
CMYK
RGB Variations
Color information
#3DCD2A (or 0x3DCD2A) is known color: Lime Green. HEX triplet: 3D, CD and 2A. RGB value is (61,205,42). Sum of RGB (Red+Green+Blue) = 61+205+42=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 205 (80.47% from 255 or 66.56% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCD2A is #C232D5. Grayscale: #8F8F8F. Windows color (decimal): -12726998 or 2805053. OLE color: 2805053.
HSL color Cylindrical-coordinate representation of color #3DCD2A: hue angle of 113.01º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3DCD2A is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 42 | - |
| CMYK | 0.70 | 0 | 0.80 | 0.20 |
| HSL | 113.01º | 0.66% | 0.48% | - |
| HSV(B) | 113.01º | 0.8% | 0.8% | - |
| XYZ | 24.17 | 44.82 | 9.57 | - |
| YUV | 143.36 | 70.79 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 42 | 0.70 | 0 | 0.80 | 0.20 | 113.01 | 0.66 | 0.48 |
| Hex | 3D | CD | 2A | 46 | 0 | 50 | 14 | 71 | 42 | 30 |
| Octal | 75 | 315 | 52 | 106 | 0 | 120 | 24 | 161 | 102 | 60 |
| Binary | 111101 | 11001101 | 101010 | 1000110 | 0 | 1010000 | 10100 | 1110001 | 1000010 | 110000 |
Color Harmonies of #3DCD2A
Complementary color
Monochromatic Colors of #3DCD2A
Black with #3DCD2A
Text Example
Text Example
White with #3DCD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCD2A; }
p { color: rgb(61,205,42); }
H1.HeaderClassName
{
color: #3DCD2A;
}
.AnyTagClassName
{
color: #3DCD2A;
}
</style>
background-color css
<style>
a { background-color: #3DCD2A; }
a { background-color: rgb(61,205,42); }
div.DivClassName
{
background-color: #3DCD2A;
}
.BgClassName
{
background-color: #3DCD2A;
}
</style>
border-color css
<style>
span { border-color: #3DCD2A; }
span { border-color: rgb(61,205,42); }
td.TdClassName
{
border-color: #3DCD2A;
}
.TagClassName
{
border-color: #3DCD2A;
}
</style>