Shades of Lime Green #3FC34A
Tints of Lime Green #3FC34A
RGB
CMYK
RGB Variations
Color information
#3FC34A (or 0x3FC34A) is known color: Lime Green. HEX triplet: 3F, C3 and 4A. RGB value is (63,195,74). Sum of RGB (Red+Green+Blue) = 63+195+74=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 195 (76.56% from 255 or 58.73% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 195 - color contains mainly: green. Hex color #3FC34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC34A is #C03CB5. Grayscale: #8E8E8E. Windows color (decimal): -12598454 or 4899647. OLE color: 4899647.
HSL color Cylindrical-coordinate representation of color #3FC34A: hue angle of 125º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC34A is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 195 | 74 | - |
| CMYK | 0.68 | 0 | 0.62 | 0.24 |
| HSL | 125º | 0.52% | 0.51% | - |
| HSV(B) | 125º | 0.68% | 0.76% | - |
| XYZ | 22.8 | 40.58 | 13.11 | - |
| YUV | 141.74 | 89.77 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 195 | 74 | 0.68 | 0 | 0.62 | 0.24 | 125 | 0.52 | 0.51 |
| Hex | 3F | C3 | 4A | 44 | 0 | 3E | 18 | 7D | 34 | 33 |
| Octal | 77 | 303 | 112 | 104 | 0 | 76 | 30 | 175 | 64 | 63 |
| Binary | 111111 | 11000011 | 1001010 | 1000100 | 0 | 111110 | 11000 | 1111101 | 110100 | 110011 |
Color Harmonies of #3FC34A
Complementary color
Monochromatic Colors of #3FC34A
Black with #3FC34A
Text Example
Text Example
White with #3FC34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC34A; }
p { color: rgb(63,195,74); }
H1.HeaderClassName
{
color: #3FC34A;
}
.AnyTagClassName
{
color: #3FC34A;
}
</style>
background-color css
<style>
a { background-color: #3FC34A; }
a { background-color: rgb(63,195,74); }
div.DivClassName
{
background-color: #3FC34A;
}
.BgClassName
{
background-color: #3FC34A;
}
</style>
border-color css
<style>
span { border-color: #3FC34A; }
span { border-color: rgb(63,195,74); }
td.TdClassName
{
border-color: #3FC34A;
}
.TagClassName
{
border-color: #3FC34A;
}
</style>