Shades of Lime Green #3DF744
Tints of Lime Green #3DF744
RGB
CMYK
RGB Variations
Color information
#3DF744 (or 0x3DF744) is known color: Lime Green. HEX triplet: 3D, F7 and 44. RGB value is (61,247,68). Sum of RGB (Red+Green+Blue) = 61+247+68=376 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.22% from 376); Green value is 247 (96.88% from 255 or 65.69% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF744 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF744 is #C208BB. Grayscale: #ABABAB. Windows color (decimal): -12716220 or 4519741. OLE color: 4519741.
HSL color Cylindrical-coordinate representation of color #3DF744: hue angle of 122.26º 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 #3DF744 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 68 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.03 |
| HSL | 122.26º | 0.92% | 0.6% | - |
| HSV(B) | 122.26º | 0.75% | 0.97% | - |
| XYZ | 36.23 | 67.93 | 16.67 | - |
| YUV | 170.98 | 69.88 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 68 | 0.75 | 0 | 0.72 | 0.03 | 122.26 | 0.92 | 0.6 |
| Hex | 3D | F7 | 44 | 4B | 0 | 48 | 3 | 7A | 5C | 3C |
| Octal | 75 | 367 | 104 | 113 | 0 | 110 | 3 | 172 | 134 | 74 |
| Binary | 111101 | 11110111 | 1000100 | 1001011 | 0 | 1001000 | 11 | 1111010 | 1011100 | 111100 |
Color Harmonies of #3DF744
Complementary color
Monochromatic Colors of #3DF744
Black with #3DF744
Text Example
Text Example
White with #3DF744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF744; }
p { color: rgb(61,247,68); }
H1.HeaderClassName
{
color: #3DF744;
}
.AnyTagClassName
{
color: #3DF744;
}
</style>
background-color css
<style>
a { background-color: #3DF744; }
a { background-color: rgb(61,247,68); }
div.DivClassName
{
background-color: #3DF744;
}
.BgClassName
{
background-color: #3DF744;
}
</style>
border-color css
<style>
span { border-color: #3DF744; }
span { border-color: rgb(61,247,68); }
td.TdClassName
{
border-color: #3DF744;
}
.TagClassName
{
border-color: #3DF744;
}
</style>