Shades of Lime Green #3DF545
Tints of Lime Green #3DF545
RGB
CMYK
RGB Variations
Color information
#3DF545 (or 0x3DF545) is known color: Lime Green. HEX triplet: 3D, F5 and 45. RGB value is (61,245,69). Sum of RGB (Red+Green+Blue) = 61+245+69=375 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.27% from 375); Green value is 245 (96.09% from 255 or 65.33% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF545 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF545 is #C20ABA. Grayscale: #AAAAAA. Windows color (decimal): -12716731 or 4584765. OLE color: 4584765.
HSL color Cylindrical-coordinate representation of color #3DF545: hue angle of 122.61º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF545 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 245 | 69 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.04 |
| HSL | 122.61º | 0.9% | 0.6% | - |
| HSV(B) | 122.61º | 0.75% | 0.96% | - |
| XYZ | 35.65 | 66.73 | 16.63 | - |
| YUV | 169.92 | 71.04 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 245 | 69 | 0.75 | 0 | 0.72 | 0.04 | 122.61 | 0.9 | 0.6 |
| Hex | 3D | F5 | 45 | 4B | 0 | 48 | 4 | 7B | 5A | 3C |
| Octal | 75 | 365 | 105 | 113 | 0 | 110 | 4 | 173 | 132 | 74 |
| Binary | 111101 | 11110101 | 1000101 | 1001011 | 0 | 1001000 | 100 | 1111011 | 1011010 | 111100 |
Color Harmonies of #3DF545
Complementary color
Monochromatic Colors of #3DF545
Black with #3DF545
Text Example
Text Example
White with #3DF545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF545; }
p { color: rgb(61,245,69); }
H1.HeaderClassName
{
color: #3DF545;
}
.AnyTagClassName
{
color: #3DF545;
}
</style>
background-color css
<style>
a { background-color: #3DF545; }
a { background-color: rgb(61,245,69); }
div.DivClassName
{
background-color: #3DF545;
}
.BgClassName
{
background-color: #3DF545;
}
</style>
border-color css
<style>
span { border-color: #3DF545; }
span { border-color: rgb(61,245,69); }
td.TdClassName
{
border-color: #3DF545;
}
.TagClassName
{
border-color: #3DF545;
}
</style>