Shades of Lime Green #3DC245
Tints of Lime Green #3DC245
RGB
CMYK
RGB Variations
Color information
#3DC245 (or 0x3DC245) is known color: Lime Green. HEX triplet: 3D, C2 and 45. RGB value is (61,194,69). Sum of RGB (Red+Green+Blue) = 61+194+69=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 194 (76.17% from 255 or 59.88% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC245 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC245 is #C23DBA. Grayscale: #8C8C8C. Windows color (decimal): -12729787 or 4571709. OLE color: 4571709.
HSL color Cylindrical-coordinate representation of color #3DC245: hue angle of 123.61º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC245 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 194 | 69 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.24 |
| HSL | 123.61º | 0.52% | 0.5% | - |
| HSV(B) | 123.61º | 0.69% | 0.76% | - |
| XYZ | 22.29 | 40.01 | 12.18 | - |
| YUV | 139.98 | 87.94 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 194 | 69 | 0.69 | 0 | 0.64 | 0.24 | 123.61 | 0.52 | 0.5 |
| Hex | 3D | C2 | 45 | 45 | 0 | 40 | 18 | 7C | 34 | 32 |
| Octal | 75 | 302 | 105 | 105 | 0 | 100 | 30 | 174 | 64 | 62 |
| Binary | 111101 | 11000010 | 1000101 | 1000101 | 0 | 1000000 | 11000 | 1111100 | 110100 | 110010 |
Color Harmonies of #3DC245
Complementary color
Monochromatic Colors of #3DC245
Black with #3DC245
Text Example
Text Example
White with #3DC245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC245; }
p { color: rgb(61,194,69); }
H1.HeaderClassName
{
color: #3DC245;
}
.AnyTagClassName
{
color: #3DC245;
}
</style>
background-color css
<style>
a { background-color: #3DC245; }
a { background-color: rgb(61,194,69); }
div.DivClassName
{
background-color: #3DC245;
}
.BgClassName
{
background-color: #3DC245;
}
</style>
border-color css
<style>
span { border-color: #3DC245; }
span { border-color: rgb(61,194,69); }
td.TdClassName
{
border-color: #3DC245;
}
.TagClassName
{
border-color: #3DC245;
}
</style>