Shades of Lime Green #3FC734
Tints of Lime Green #3FC734
RGB
CMYK
RGB Variations
Color information
#3FC734 (or 0x3FC734) is known color: Lime Green. HEX triplet: 3F, C7 and 34. RGB value is (63,199,52). Sum of RGB (Red+Green+Blue) = 63+199+52=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 199 (78.12% from 255 or 63.38% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 199 - color contains mainly: green. Hex color #3FC734 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC734 is #C038CB. Grayscale: #8E8E8E. Windows color (decimal): -12597452 or 3458879. OLE color: 3458879.
HSL color Cylindrical-coordinate representation of color #3FC734: hue angle of 115.51º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FC734 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 199 | 52 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.22 |
| HSL | 115.51º | 0.59% | 0.49% | - |
| HSV(B) | 115.51º | 0.74% | 0.78% | - |
| XYZ | 23.09 | 42.15 | 10.17 | - |
| YUV | 141.58 | 77.44 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 199 | 52 | 0.68 | 0 | 0.74 | 0.22 | 115.51 | 0.59 | 0.49 |
| Hex | 3F | C7 | 34 | 44 | 0 | 4A | 16 | 74 | 3B | 31 |
| Octal | 77 | 307 | 64 | 104 | 0 | 112 | 26 | 164 | 73 | 61 |
| Binary | 111111 | 11000111 | 110100 | 1000100 | 0 | 1001010 | 10110 | 1110100 | 111011 | 110001 |
Color Harmonies of #3FC734
Complementary color
Monochromatic Colors of #3FC734
Black with #3FC734
Text Example
Text Example
White with #3FC734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC734; }
p { color: rgb(63,199,52); }
H1.HeaderClassName
{
color: #3FC734;
}
.AnyTagClassName
{
color: #3FC734;
}
</style>
background-color css
<style>
a { background-color: #3FC734; }
a { background-color: rgb(63,199,52); }
div.DivClassName
{
background-color: #3FC734;
}
.BgClassName
{
background-color: #3FC734;
}
</style>
border-color css
<style>
span { border-color: #3FC734; }
span { border-color: rgb(63,199,52); }
td.TdClassName
{
border-color: #3FC734;
}
.TagClassName
{
border-color: #3FC734;
}
</style>