Shades of Lime Green #3FF736
Tints of Lime Green #3FF736
RGB
CMYK
RGB Variations
Color information
#3FF736 (or 0x3FF736) is known color: Lime Green. HEX triplet: 3F, F7 and 36. RGB value is (63,247,54). Sum of RGB (Red+Green+Blue) = 63+247+54=364 (48% of max value = 765). Red value is 63 (25% from 255 or 17.31% from 364); Green value is 247 (96.88% from 255 or 67.86% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 247 - color contains mainly: green. Hex color #3FF736 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF736 is #C008C9. Grayscale: #AAAAAA. Windows color (decimal): -12585162 or 3602239. OLE color: 3602239.
HSL color Cylindrical-coordinate representation of color #3FF736: hue angle of 117.2º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3FF736 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 247 | 54 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.03 |
| HSL | 117.2º | 0.92% | 0.59% | - |
| HSV(B) | 117.2º | 0.78% | 0.97% | - |
| XYZ | 35.98 | 67.84 | 14.69 | - |
| YUV | 169.98 | 62.54 | 51.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 247 | 54 | 0.74 | 0 | 0.78 | 0.03 | 117.2 | 0.92 | 0.59 |
| Hex | 3F | F7 | 36 | 4A | 0 | 4E | 3 | 75 | 5C | 3B |
| Octal | 77 | 367 | 66 | 112 | 0 | 116 | 3 | 165 | 134 | 73 |
| Binary | 111111 | 11110111 | 110110 | 1001010 | 0 | 1001110 | 11 | 1110101 | 1011100 | 111011 |
Color Harmonies of #3FF736
Complementary color
Monochromatic Colors of #3FF736
Black with #3FF736
Text Example
Text Example
White with #3FF736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF736; }
p { color: rgb(63,247,54); }
H1.HeaderClassName
{
color: #3FF736;
}
.AnyTagClassName
{
color: #3FF736;
}
</style>
background-color css
<style>
a { background-color: #3FF736; }
a { background-color: rgb(63,247,54); }
div.DivClassName
{
background-color: #3FF736;
}
.BgClassName
{
background-color: #3FF736;
}
</style>
border-color css
<style>
span { border-color: #3FF736; }
span { border-color: rgb(63,247,54); }
td.TdClassName
{
border-color: #3FF736;
}
.TagClassName
{
border-color: #3FF736;
}
</style>