Shades of Lime Green #3DC828
Tints of Lime Green #3DC828
RGB
CMYK
RGB Variations
Color information
#3DC828 (or 0x3DC828) is known color: Lime Green. HEX triplet: 3D, C8 and 28. RGB value is (61,200,40). Sum of RGB (Red+Green+Blue) = 61+200+40=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 200 (78.52% from 255 or 66.45% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC828 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC828 is #C237D7. Grayscale: #8C8C8C. Windows color (decimal): -12728280 or 2672701. OLE color: 2672701.
HSL color Cylindrical-coordinate representation of color #3DC828: hue angle of 112.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3DC828 is Cyan = 0.69, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 200 | 40 | - |
| CMYK | 0.69 | 0 | 0.8 | 0.22 |
| HSL | 112.13º | 0.67% | 0.47% | - |
| HSV(B) | 112.13º | 0.8% | 0.78% | - |
| XYZ | 22.96 | 42.45 | 8.99 | - |
| YUV | 140.2 | 71.45 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 200 | 40 | 0.69 | 0 | 0.8 | 0.22 | 112.13 | 0.67 | 0.47 |
| Hex | 3D | C8 | 28 | 45 | 0 | 50 | 16 | 70 | 43 | 2F |
| Octal | 75 | 310 | 50 | 105 | 0 | 120 | 26 | 160 | 103 | 57 |
| Binary | 111101 | 11001000 | 101000 | 1000101 | 0 | 1010000 | 10110 | 1110000 | 1000011 | 101111 |
Color Harmonies of #3DC828
Complementary color
Monochromatic Colors of #3DC828
Black with #3DC828
Text Example
Text Example
White with #3DC828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC828; }
p { color: rgb(61,200,40); }
H1.HeaderClassName
{
color: #3DC828;
}
.AnyTagClassName
{
color: #3DC828;
}
</style>
background-color css
<style>
a { background-color: #3DC828; }
a { background-color: rgb(61,200,40); }
div.DivClassName
{
background-color: #3DC828;
}
.BgClassName
{
background-color: #3DC828;
}
</style>
border-color css
<style>
span { border-color: #3DC828; }
span { border-color: rgb(61,200,40); }
td.TdClassName
{
border-color: #3DC828;
}
.TagClassName
{
border-color: #3DC828;
}
</style>