Shades of Lime Green #3DF741
Tints of Lime Green #3DF741
RGB
CMYK
RGB Variations
Color information
#3DF741 (or 0x3DF741) is known color: Lime Green. HEX triplet: 3D, F7 and 41. RGB value is (61,247,65). Sum of RGB (Red+Green+Blue) = 61+247+65=373 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.35% from 373); Green value is 247 (96.88% from 255 or 66.22% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF741 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF741 is #C208BE. Grayscale: #ABABAB. Windows color (decimal): -12716223 or 4323133. OLE color: 4323133.
HSL color Cylindrical-coordinate representation of color #3DF741: hue angle of 121.29º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF741 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 65 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.03 |
| HSL | 121.29º | 0.92% | 0.6% | - |
| HSV(B) | 121.29º | 0.75% | 0.97% | - |
| XYZ | 36.14 | 67.9 | 16.2 | - |
| YUV | 170.64 | 68.38 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 65 | 0.75 | 0 | 0.74 | 0.03 | 121.29 | 0.92 | 0.6 |
| Hex | 3D | F7 | 41 | 4B | 0 | 4A | 3 | 79 | 5C | 3C |
| Octal | 75 | 367 | 101 | 113 | 0 | 112 | 3 | 171 | 134 | 74 |
| Binary | 111101 | 11110111 | 1000001 | 1001011 | 0 | 1001010 | 11 | 1111001 | 1011100 | 111100 |
Color Harmonies of #3DF741
Complementary color
Monochromatic Colors of #3DF741
Black with #3DF741
Text Example
Text Example
White with #3DF741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF741; }
p { color: rgb(61,247,65); }
H1.HeaderClassName
{
color: #3DF741;
}
.AnyTagClassName
{
color: #3DF741;
}
</style>
background-color css
<style>
a { background-color: #3DF741; }
a { background-color: rgb(61,247,65); }
div.DivClassName
{
background-color: #3DF741;
}
.BgClassName
{
background-color: #3DF741;
}
</style>
border-color css
<style>
span { border-color: #3DF741; }
span { border-color: rgb(61,247,65); }
td.TdClassName
{
border-color: #3DF741;
}
.TagClassName
{
border-color: #3DF741;
}
</style>