Shades of Lime Green #3DF445
Tints of Lime Green #3DF445
RGB
CMYK
RGB Variations
Color information
#3DF445 (or 0x3DF445) is known color: Lime Green. HEX triplet: 3D, F4 and 45. RGB value is (61,244,69). Sum of RGB (Red+Green+Blue) = 61+244+69=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 244 (95.70% from 255 or 65.24% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF445 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF445 is #C20BBA. Grayscale: #A9A9A9. Windows color (decimal): -12716987 or 4584509. OLE color: 4584509.
HSL color Cylindrical-coordinate representation of color #3DF445: hue angle of 122.62º degrees, saturation: 0.89, 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 #3DF445 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 244 | 69 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.04 |
| HSL | 122.62º | 0.89% | 0.6% | - |
| HSV(B) | 122.62º | 0.75% | 0.96% | - |
| XYZ | 35.35 | 66.12 | 16.53 | - |
| YUV | 169.33 | 71.37 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 69 | 0.75 | 0 | 0.72 | 0.04 | 122.62 | 0.89 | 0.6 |
| Hex | 3D | F4 | 45 | 4B | 0 | 48 | 4 | 7B | 59 | 3C |
| Octal | 75 | 364 | 105 | 113 | 0 | 110 | 4 | 173 | 131 | 74 |
| Binary | 111101 | 11110100 | 1000101 | 1001011 | 0 | 1001000 | 100 | 1111011 | 1011001 | 111100 |
Color Harmonies of #3DF445
Complementary color
Monochromatic Colors of #3DF445
Black with #3DF445
Text Example
Text Example
White with #3DF445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF445; }
p { color: rgb(61,244,69); }
H1.HeaderClassName
{
color: #3DF445;
}
.AnyTagClassName
{
color: #3DF445;
}
</style>
background-color css
<style>
a { background-color: #3DF445; }
a { background-color: rgb(61,244,69); }
div.DivClassName
{
background-color: #3DF445;
}
.BgClassName
{
background-color: #3DF445;
}
</style>
border-color css
<style>
span { border-color: #3DF445; }
span { border-color: rgb(61,244,69); }
td.TdClassName
{
border-color: #3DF445;
}
.TagClassName
{
border-color: #3DF445;
}
</style>