Shades of Lime Green #3FF43D
Tints of Lime Green #3FF43D
RGB
CMYK
RGB Variations
Color information
#3FF43D (or 0x3FF43D) is known color: Lime Green. HEX triplet: 3F, F4 and 3D. RGB value is (63,244,61). Sum of RGB (Red+Green+Blue) = 63+244+61=368 (48% of max value = 765). Red value is 63 (25% from 255 or 17.12% from 368); Green value is 244 (95.70% from 255 or 66.30% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 244 - color contains mainly: green. Hex color #3FF43D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF43D is #C00BC2. Grayscale: #A9A9A9. Windows color (decimal): -12585923 or 4060223. OLE color: 4060223.
HSL color Cylindrical-coordinate representation of color #3FF43D: hue angle of 119.34º 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 #3FF43D is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 244 | 61 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.04 |
| HSL | 119.34º | 0.89% | 0.6% | - |
| HSV(B) | 119.34º | 0.75% | 0.96% | - |
| XYZ | 35.24 | 66.1 | 15.32 | - |
| YUV | 169.02 | 67.03 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 244 | 61 | 0.74 | 0 | 0.75 | 0.04 | 119.34 | 0.89 | 0.6 |
| Hex | 3F | F4 | 3D | 4A | 0 | 4B | 4 | 77 | 59 | 3C |
| Octal | 77 | 364 | 75 | 112 | 0 | 113 | 4 | 167 | 131 | 74 |
| Binary | 111111 | 11110100 | 111101 | 1001010 | 0 | 1001011 | 100 | 1110111 | 1011001 | 111100 |
Color Harmonies of #3FF43D
Complementary color
Monochromatic Colors of #3FF43D
Black with #3FF43D
Text Example
Text Example
White with #3FF43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF43D; }
p { color: rgb(63,244,61); }
H1.HeaderClassName
{
color: #3FF43D;
}
.AnyTagClassName
{
color: #3FF43D;
}
</style>
background-color css
<style>
a { background-color: #3FF43D; }
a { background-color: rgb(63,244,61); }
div.DivClassName
{
background-color: #3FF43D;
}
.BgClassName
{
background-color: #3FF43D;
}
</style>
border-color css
<style>
span { border-color: #3FF43D; }
span { border-color: rgb(63,244,61); }
td.TdClassName
{
border-color: #3FF43D;
}
.TagClassName
{
border-color: #3FF43D;
}
</style>