Shades of Lime Green #3FD74A
Tints of Lime Green #3FD74A
RGB
CMYK
RGB Variations
Color information
#3FD74A (or 0x3FD74A) is known color: Lime Green. HEX triplet: 3F, D7 and 4A. RGB value is (63,215,74). Sum of RGB (Red+Green+Blue) = 63+215+74=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 215 (84.38% from 255 or 61.08% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 215 - color contains mainly: green. Hex color #3FD74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD74A is #C028B5. Grayscale: #999999. Windows color (decimal): -12593334 or 4904767. OLE color: 4904767.
HSL color Cylindrical-coordinate representation of color #3FD74A: hue angle of 124.34º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD74A is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 215 | 74 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.16 |
| HSL | 124.34º | 0.66% | 0.55% | - |
| HSV(B) | 124.34º | 0.71% | 0.84% | - |
| XYZ | 27.59 | 50.15 | 14.7 | - |
| YUV | 153.48 | 83.14 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 215 | 74 | 0.71 | 0 | 0.66 | 0.16 | 124.34 | 0.66 | 0.55 |
| Hex | 3F | D7 | 4A | 47 | 0 | 42 | 10 | 7C | 42 | 37 |
| Octal | 77 | 327 | 112 | 107 | 0 | 102 | 20 | 174 | 102 | 67 |
| Binary | 111111 | 11010111 | 1001010 | 1000111 | 0 | 1000010 | 10000 | 1111100 | 1000010 | 110111 |
Color Harmonies of #3FD74A
Complementary color
Monochromatic Colors of #3FD74A
Black with #3FD74A
Text Example
Text Example
White with #3FD74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD74A; }
p { color: rgb(63,215,74); }
H1.HeaderClassName
{
color: #3FD74A;
}
.AnyTagClassName
{
color: #3FD74A;
}
</style>
background-color css
<style>
a { background-color: #3FD74A; }
a { background-color: rgb(63,215,74); }
div.DivClassName
{
background-color: #3FD74A;
}
.BgClassName
{
background-color: #3FD74A;
}
</style>
border-color css
<style>
span { border-color: #3FD74A; }
span { border-color: rgb(63,215,74); }
td.TdClassName
{
border-color: #3FD74A;
}
.TagClassName
{
border-color: #3FD74A;
}
</style>