Shades of Lime Green #3DE545
Tints of Lime Green #3DE545
RGB
CMYK
RGB Variations
Color information
#3DE545 (or 0x3DE545) is known color: Lime Green. HEX triplet: 3D, E5 and 45. RGB value is (61,229,69). Sum of RGB (Red+Green+Blue) = 61+229+69=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 229 (89.84% from 255 or 63.79% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 229 - color contains mainly: green. Hex color #3DE545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DE545 is #C21ABA. Grayscale: #A1A1A1. Windows color (decimal): -12720827 or 4580669. OLE color: 4580669.
HSL color Cylindrical-coordinate representation of color #3DE545: hue angle of 122.86º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE545 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 61 | 229 | 69 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.10 |
| HSL | 122.86º | 0.76% | 0.57% | - |
| HSV(B) | 122.86º | 0.73% | 0.9% | - |
| XYZ | 31.02 | 57.46 | 15.09 | - |
| YUV | 160.53 | 76.34 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 229 | 69 | 0.73 | 0 | 0.70 | 0.10 | 122.86 | 0.76 | 0.57 |
| Hex | 3D | E5 | 45 | 49 | 0 | 46 | A | 7B | 4C | 39 |
| Octal | 75 | 345 | 105 | 111 | 0 | 106 | 12 | 173 | 114 | 71 |
| Binary | 111101 | 11100101 | 1000101 | 1001001 | 0 | 1000110 | 1010 | 1111011 | 1001100 | 111001 |
Color Harmonies of #3DE545
Complementary color
Monochromatic Colors of #3DE545
Black with #3DE545
Text Example
Text Example
White with #3DE545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE545; }
p { color: rgb(61,229,69); }
H1.HeaderClassName
{
color: #3DE545;
}
.AnyTagClassName
{
color: #3DE545;
}
</style>
background-color css
<style>
a { background-color: #3DE545; }
a { background-color: rgb(61,229,69); }
div.DivClassName
{
background-color: #3DE545;
}
.BgClassName
{
background-color: #3DE545;
}
</style>
border-color css
<style>
span { border-color: #3DE545; }
span { border-color: rgb(61,229,69); }
td.TdClassName
{
border-color: #3DE545;
}
.TagClassName
{
border-color: #3DE545;
}
</style>