Shades of Lime Green #3DF743
Tints of Lime Green #3DF743
RGB
CMYK
RGB Variations
Color information
#3DF743 (or 0x3DF743) is known color: Lime Green. HEX triplet: 3D, F7 and 43. RGB value is (61,247,67). Sum of RGB (Red+Green+Blue) = 61+247+67=375 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.27% from 375); Green value is 247 (96.88% from 255 or 65.87% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF743 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF743 is #C208BC. Grayscale: #ABABAB. Windows color (decimal): -12716221 or 4454205. OLE color: 4454205.
HSL color Cylindrical-coordinate representation of color #3DF743: hue angle of 121.94º 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 #3DF743 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 67 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.03 |
| HSL | 121.94º | 0.92% | 0.6% | - |
| HSV(B) | 121.94º | 0.75% | 0.97% | - |
| XYZ | 36.2 | 67.92 | 16.51 | - |
| YUV | 170.87 | 69.38 | 49.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 67 | 0.75 | 0 | 0.73 | 0.03 | 121.94 | 0.92 | 0.6 |
| Hex | 3D | F7 | 43 | 4B | 0 | 49 | 3 | 7A | 5C | 3C |
| Octal | 75 | 367 | 103 | 113 | 0 | 111 | 3 | 172 | 134 | 74 |
| Binary | 111101 | 11110111 | 1000011 | 1001011 | 0 | 1001001 | 11 | 1111010 | 1011100 | 111100 |
Color Harmonies of #3DF743
Complementary color
Monochromatic Colors of #3DF743
Black with #3DF743
Text Example
Text Example
White with #3DF743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF743; }
p { color: rgb(61,247,67); }
H1.HeaderClassName
{
color: #3DF743;
}
.AnyTagClassName
{
color: #3DF743;
}
</style>
background-color css
<style>
a { background-color: #3DF743; }
a { background-color: rgb(61,247,67); }
div.DivClassName
{
background-color: #3DF743;
}
.BgClassName
{
background-color: #3DF743;
}
</style>
border-color css
<style>
span { border-color: #3DF743; }
span { border-color: rgb(61,247,67); }
td.TdClassName
{
border-color: #3DF743;
}
.TagClassName
{
border-color: #3DF743;
}
</style>