Shades of Lime Green #3FC93D
Tints of Lime Green #3FC93D
RGB
CMYK
RGB Variations
Color information
#3FC93D (or 0x3FC93D) is known color: Lime Green. HEX triplet: 3F, C9 and 3D. RGB value is (63,201,61). Sum of RGB (Red+Green+Blue) = 63+201+61=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 201 (78.91% from 255 or 61.85% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 201 - color contains mainly: green. Hex color #3FC93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC93D is #C036C2. Grayscale: #909090. Windows color (decimal): -12596931 or 4049215. OLE color: 4049215.
HSL color Cylindrical-coordinate representation of color #3FC93D: hue angle of 119.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FC93D is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 201 | 61 | - |
| CMYK | 0.69 | 0 | 0.70 | 0.21 |
| HSL | 119.14º | 0.56% | 0.51% | - |
| HSV(B) | 119.14º | 0.7% | 0.79% | - |
| XYZ | 23.78 | 43.17 | 11.49 | - |
| YUV | 143.78 | 81.28 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 201 | 61 | 0.69 | 0 | 0.70 | 0.21 | 119.14 | 0.56 | 0.51 |
| Hex | 3F | C9 | 3D | 45 | 0 | 46 | 15 | 77 | 38 | 33 |
| Octal | 77 | 311 | 75 | 105 | 0 | 106 | 25 | 167 | 70 | 63 |
| Binary | 111111 | 11001001 | 111101 | 1000101 | 0 | 1000110 | 10101 | 1110111 | 111000 | 110011 |
Color Harmonies of #3FC93D
Complementary color
Monochromatic Colors of #3FC93D
Black with #3FC93D
Text Example
Text Example
White with #3FC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC93D; }
p { color: rgb(63,201,61); }
H1.HeaderClassName
{
color: #3FC93D;
}
.AnyTagClassName
{
color: #3FC93D;
}
</style>
background-color css
<style>
a { background-color: #3FC93D; }
a { background-color: rgb(63,201,61); }
div.DivClassName
{
background-color: #3FC93D;
}
.BgClassName
{
background-color: #3FC93D;
}
</style>
border-color css
<style>
span { border-color: #3FC93D; }
span { border-color: rgb(63,201,61); }
td.TdClassName
{
border-color: #3FC93D;
}
.TagClassName
{
border-color: #3FC93D;
}
</style>