Shades of Lime Green #3FC13C
Tints of Lime Green #3FC13C
RGB
CMYK
RGB Variations
Color information
#3FC13C (or 0x3FC13C) is known color: Lime Green. HEX triplet: 3F, C1 and 3C. RGB value is (63,193,60). Sum of RGB (Red+Green+Blue) = 63+193+60=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 193 (75.78% from 255 or 61.08% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 193 - color contains mainly: green. Hex color #3FC13C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC13C is #C03EC3. Grayscale: #8B8B8B. Windows color (decimal): -12598980 or 3981631. OLE color: 3981631.
HSL color Cylindrical-coordinate representation of color #3FC13C: hue angle of 118.65º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FC13C is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 193 | 60 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.24 |
| HSL | 118.65º | 0.53% | 0.5% | - |
| HSV(B) | 118.65º | 0.69% | 0.76% | - |
| XYZ | 21.94 | 39.52 | 10.75 | - |
| YUV | 138.97 | 83.43 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 193 | 60 | 0.67 | 0 | 0.69 | 0.24 | 118.65 | 0.53 | 0.5 |
| Hex | 3F | C1 | 3C | 43 | 0 | 45 | 18 | 77 | 35 | 32 |
| Octal | 77 | 301 | 74 | 103 | 0 | 105 | 30 | 167 | 65 | 62 |
| Binary | 111111 | 11000001 | 111100 | 1000011 | 0 | 1000101 | 11000 | 1110111 | 110101 | 110010 |
Color Harmonies of #3FC13C
Complementary color
Monochromatic Colors of #3FC13C
Black with #3FC13C
Text Example
Text Example
White with #3FC13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC13C; }
p { color: rgb(63,193,60); }
H1.HeaderClassName
{
color: #3FC13C;
}
.AnyTagClassName
{
color: #3FC13C;
}
</style>
background-color css
<style>
a { background-color: #3FC13C; }
a { background-color: rgb(63,193,60); }
div.DivClassName
{
background-color: #3FC13C;
}
.BgClassName
{
background-color: #3FC13C;
}
</style>
border-color css
<style>
span { border-color: #3FC13C; }
span { border-color: rgb(63,193,60); }
td.TdClassName
{
border-color: #3FC13C;
}
.TagClassName
{
border-color: #3FC13C;
}
</style>