Shades of Lime Green #3FF63D
Tints of Lime Green #3FF63D
RGB
CMYK
RGB Variations
Color information
#3FF63D (or 0x3FF63D) is known color: Lime Green. HEX triplet: 3F, F6 and 3D. RGB value is (63,246,61). Sum of RGB (Red+Green+Blue) = 63+246+61=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 246 (96.48% from 255 or 66.49% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF63D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF63D is #C009C2. Grayscale: #AAAAAA. Windows color (decimal): -12585411 or 4060735. OLE color: 4060735.
HSL color Cylindrical-coordinate representation of color #3FF63D: hue angle of 119.35º degrees, saturation: 0.91, 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 #3FF63D is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 246 | 61 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.04 |
| HSL | 119.35º | 0.91% | 0.6% | - |
| HSV(B) | 119.35º | 0.75% | 0.96% | - |
| XYZ | 35.85 | 67.31 | 15.52 | - |
| YUV | 170.19 | 66.37 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 246 | 61 | 0.74 | 0 | 0.75 | 0.04 | 119.35 | 0.91 | 0.6 |
| Hex | 3F | F6 | 3D | 4A | 0 | 4B | 4 | 77 | 5B | 3C |
| Octal | 77 | 366 | 75 | 112 | 0 | 113 | 4 | 167 | 133 | 74 |
| Binary | 111111 | 11110110 | 111101 | 1001010 | 0 | 1001011 | 100 | 1110111 | 1011011 | 111100 |
Color Harmonies of #3FF63D
Complementary color
Monochromatic Colors of #3FF63D
Black with #3FF63D
Text Example
Text Example
White with #3FF63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF63D; }
p { color: rgb(63,246,61); }
H1.HeaderClassName
{
color: #3FF63D;
}
.AnyTagClassName
{
color: #3FF63D;
}
</style>
background-color css
<style>
a { background-color: #3FF63D; }
a { background-color: rgb(63,246,61); }
div.DivClassName
{
background-color: #3FF63D;
}
.BgClassName
{
background-color: #3FF63D;
}
</style>
border-color css
<style>
span { border-color: #3FF63D; }
span { border-color: rgb(63,246,61); }
td.TdClassName
{
border-color: #3FF63D;
}
.TagClassName
{
border-color: #3FF63D;
}
</style>