Shades of Lime Green #3DF446
Tints of Lime Green #3DF446
RGB
CMYK
RGB Variations
Color information
#3DF446 (or 0x3DF446) is known color: Lime Green. HEX triplet: 3D, F4 and 46. RGB value is (61,244,70). Sum of RGB (Red+Green+Blue) = 61+244+70=375 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.27% from 375); Green value is 244 (95.70% from 255 or 65.07% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF446 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF446 is #C20BB9. Grayscale: #A9A9A9. Windows color (decimal): -12716986 or 4650045. OLE color: 4650045.
HSL color Cylindrical-coordinate representation of color #3DF446: hue angle of 122.95º 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 #3DF446 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 244 | 70 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.04 |
| HSL | 122.95º | 0.89% | 0.6% | - |
| HSV(B) | 122.95º | 0.75% | 0.96% | - |
| XYZ | 35.38 | 66.14 | 16.7 | - |
| YUV | 169.45 | 71.87 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 70 | 0.75 | 0 | 0.71 | 0.04 | 122.95 | 0.89 | 0.6 |
| Hex | 3D | F4 | 46 | 4B | 0 | 47 | 4 | 7B | 59 | 3C |
| Octal | 75 | 364 | 106 | 113 | 0 | 107 | 4 | 173 | 131 | 74 |
| Binary | 111101 | 11110100 | 1000110 | 1001011 | 0 | 1000111 | 100 | 1111011 | 1011001 | 111100 |
Color Harmonies of #3DF446
Complementary color
Monochromatic Colors of #3DF446
Black with #3DF446
Text Example
Text Example
White with #3DF446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF446; }
p { color: rgb(61,244,70); }
H1.HeaderClassName
{
color: #3DF446;
}
.AnyTagClassName
{
color: #3DF446;
}
</style>
background-color css
<style>
a { background-color: #3DF446; }
a { background-color: rgb(61,244,70); }
div.DivClassName
{
background-color: #3DF446;
}
.BgClassName
{
background-color: #3DF446;
}
</style>
border-color css
<style>
span { border-color: #3DF446; }
span { border-color: rgb(61,244,70); }
td.TdClassName
{
border-color: #3DF446;
}
.TagClassName
{
border-color: #3DF446;
}
</style>