Shades of Lime Green #3DCD30
Tints of Lime Green #3DCD30
RGB
CMYK
RGB Variations
Color information
#3DCD30 (or 0x3DCD30) is known color: Lime Green. HEX triplet: 3D, CD and 30. RGB value is (61,205,48). Sum of RGB (Red+Green+Blue) = 61+205+48=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 205 (80.47% from 255 or 65.29% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCD30 is #C232CF. Grayscale: #909090. Windows color (decimal): -12726992 or 3198269. OLE color: 3198269.
HSL color Cylindrical-coordinate representation of color #3DCD30: hue angle of 115.03º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3DCD30 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 48 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.20 |
| HSL | 115.03º | 0.62% | 0.5% | - |
| HSV(B) | 115.03º | 0.77% | 0.8% | - |
| XYZ | 24.29 | 44.87 | 10.18 | - |
| YUV | 144.05 | 73.79 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 48 | 0.70 | 0 | 0.77 | 0.20 | 115.03 | 0.62 | 0.5 |
| Hex | 3D | CD | 30 | 46 | 0 | 4D | 14 | 73 | 3E | 32 |
| Octal | 75 | 315 | 60 | 106 | 0 | 115 | 24 | 163 | 76 | 62 |
| Binary | 111101 | 11001101 | 110000 | 1000110 | 0 | 1001101 | 10100 | 1110011 | 111110 | 110010 |
Color Harmonies of #3DCD30
Complementary color
Monochromatic Colors of #3DCD30
Black with #3DCD30
Text Example
Text Example
White with #3DCD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCD30; }
p { color: rgb(61,205,48); }
H1.HeaderClassName
{
color: #3DCD30;
}
.AnyTagClassName
{
color: #3DCD30;
}
</style>
background-color css
<style>
a { background-color: #3DCD30; }
a { background-color: rgb(61,205,48); }
div.DivClassName
{
background-color: #3DCD30;
}
.BgClassName
{
background-color: #3DCD30;
}
</style>
border-color css
<style>
span { border-color: #3DCD30; }
span { border-color: rgb(61,205,48); }
td.TdClassName
{
border-color: #3DCD30;
}
.TagClassName
{
border-color: #3DCD30;
}
</style>