Shades of Lime Green #3FC334
Tints of Lime Green #3FC334
RGB
CMYK
RGB Variations
Color information
#3FC334 (or 0x3FC334) is known color: Lime Green. HEX triplet: 3F, C3 and 34. RGB value is (63,195,52). Sum of RGB (Red+Green+Blue) = 63+195+52=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 195 (76.56% from 255 or 62.90% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 195 - color contains mainly: green. Hex color #3FC334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC334 is #C03CCB. Grayscale: #8B8B8B. Windows color (decimal): -12598476 or 3457855. OLE color: 3457855.
HSL color Cylindrical-coordinate representation of color #3FC334: hue angle of 115.38º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FC334 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 195 | 52 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.24 |
| HSL | 115.38º | 0.58% | 0.48% | - |
| HSV(B) | 115.38º | 0.73% | 0.76% | - |
| XYZ | 22.18 | 40.33 | 9.86 | - |
| YUV | 139.23 | 78.77 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 195 | 52 | 0.68 | 0 | 0.73 | 0.24 | 115.38 | 0.58 | 0.48 |
| Hex | 3F | C3 | 34 | 44 | 0 | 49 | 18 | 73 | 3A | 30 |
| Octal | 77 | 303 | 64 | 104 | 0 | 111 | 30 | 163 | 72 | 60 |
| Binary | 111111 | 11000011 | 110100 | 1000100 | 0 | 1001001 | 11000 | 1110011 | 111010 | 110000 |
Color Harmonies of #3FC334
Complementary color
Monochromatic Colors of #3FC334
Black with #3FC334
Text Example
Text Example
White with #3FC334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC334; }
p { color: rgb(63,195,52); }
H1.HeaderClassName
{
color: #3FC334;
}
.AnyTagClassName
{
color: #3FC334;
}
</style>
background-color css
<style>
a { background-color: #3FC334; }
a { background-color: rgb(63,195,52); }
div.DivClassName
{
background-color: #3FC334;
}
.BgClassName
{
background-color: #3FC334;
}
</style>
border-color css
<style>
span { border-color: #3FC334; }
span { border-color: rgb(63,195,52); }
td.TdClassName
{
border-color: #3FC334;
}
.TagClassName
{
border-color: #3FC334;
}
</style>