Shades of Lime Green #3FF03F
Tints of Lime Green #3FF03F
RGB
CMYK
RGB Variations
Color information
#3FF03F (or 0x3FF03F) is known color: Lime Green. HEX triplet: 3F, F0 and 3F. RGB value is (63,240,63). Sum of RGB (Red+Green+Blue) = 63+240+63=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 240 (94.14% from 255 or 65.57% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF03F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF03F is #C00FC0. Grayscale: #A7A7A7. Windows color (decimal): -12586945 or 4190271. OLE color: 4190271.
HSL color Cylindrical-coordinate representation of color #3FF03F: hue angle of 120º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF03F is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 240 | 63 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.06 |
| HSL | 120º | 0.86% | 0.59% | - |
| HSV(B) | 120º | 0.74% | 0.94% | - |
| XYZ | 34.11 | 63.74 | 15.21 | - |
| YUV | 166.9 | 69.36 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 240 | 63 | 0.74 | 0 | 0.74 | 0.06 | 120 | 0.86 | 0.59 |
| Hex | 3F | F0 | 3F | 4A | 0 | 4A | 6 | 78 | 56 | 3B |
| Octal | 77 | 360 | 77 | 112 | 0 | 112 | 6 | 170 | 126 | 73 |
| Binary | 111111 | 11110000 | 111111 | 1001010 | 0 | 1001010 | 110 | 1111000 | 1010110 | 111011 |
Color Harmonies of #3FF03F
Complementary color
Monochromatic Colors of #3FF03F
Black with #3FF03F
Text Example
Text Example
White with #3FF03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF03F; }
p { color: rgb(63,240,63); }
H1.HeaderClassName
{
color: #3FF03F;
}
.AnyTagClassName
{
color: #3FF03F;
}
</style>
background-color css
<style>
a { background-color: #3FF03F; }
a { background-color: rgb(63,240,63); }
div.DivClassName
{
background-color: #3FF03F;
}
.BgClassName
{
background-color: #3FF03F;
}
</style>
border-color css
<style>
span { border-color: #3FF03F; }
span { border-color: rgb(63,240,63); }
td.TdClassName
{
border-color: #3FF03F;
}
.TagClassName
{
border-color: #3FF03F;
}
</style>