Shades of Lime Green #3DCD28
Tints of Lime Green #3DCD28
RGB
CMYK
RGB Variations
Color information
#3DCD28 (or 0x3DCD28) is known color: Lime Green. HEX triplet: 3D, CD and 28. RGB value is (61,205,40). Sum of RGB (Red+Green+Blue) = 61+205+40=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 205 (80.47% from 255 or 66.99% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCD28 is #C232D7. Grayscale: #8F8F8F. Windows color (decimal): -12727000 or 2673981. OLE color: 2673981.
HSL color Cylindrical-coordinate representation of color #3DCD28: hue angle of 112.36º degrees, saturation: 0.67, 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 #3DCD28 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 40 | - |
| CMYK | 0.70 | 0 | 0.80 | 0.20 |
| HSL | 112.36º | 0.67% | 0.48% | - |
| HSV(B) | 112.36º | 0.8% | 0.8% | - |
| XYZ | 24.14 | 44.81 | 9.38 | - |
| YUV | 143.13 | 69.79 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 40 | 0.70 | 0 | 0.80 | 0.20 | 112.36 | 0.67 | 0.48 |
| Hex | 3D | CD | 28 | 46 | 0 | 50 | 14 | 70 | 43 | 30 |
| Octal | 75 | 315 | 50 | 106 | 0 | 120 | 24 | 160 | 103 | 60 |
| Binary | 111101 | 11001101 | 101000 | 1000110 | 0 | 1010000 | 10100 | 1110000 | 1000011 | 110000 |
Color Harmonies of #3DCD28
Complementary color
Monochromatic Colors of #3DCD28
Black with #3DCD28
Text Example
Text Example
White with #3DCD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCD28; }
p { color: rgb(61,205,40); }
H1.HeaderClassName
{
color: #3DCD28;
}
.AnyTagClassName
{
color: #3DCD28;
}
</style>
background-color css
<style>
a { background-color: #3DCD28; }
a { background-color: rgb(61,205,40); }
div.DivClassName
{
background-color: #3DCD28;
}
.BgClassName
{
background-color: #3DCD28;
}
</style>
border-color css
<style>
span { border-color: #3DCD28; }
span { border-color: rgb(61,205,40); }
td.TdClassName
{
border-color: #3DCD28;
}
.TagClassName
{
border-color: #3DCD28;
}
</style>