Shades of Lime Green #3FC344
Tints of Lime Green #3FC344
RGB
CMYK
RGB Variations
Color information
#3FC344 (or 0x3FC344) is known color: Lime Green. HEX triplet: 3F, C3 and 44. RGB value is (63,195,68). Sum of RGB (Red+Green+Blue) = 63+195+68=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 195 (76.56% from 255 or 59.82% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 195 - color contains mainly: green. Hex color #3FC344 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC344 is #C03CBB. Grayscale: #8D8D8D. Windows color (decimal): -12598460 or 4506431. OLE color: 4506431.
HSL color Cylindrical-coordinate representation of color #3FC344: hue angle of 122.27º 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 #3FC344 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 195 | 68 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.24 |
| HSL | 122.27º | 0.52% | 0.51% | - |
| HSV(B) | 122.27º | 0.68% | 0.76% | - |
| XYZ | 22.61 | 40.5 | 12.1 | - |
| YUV | 141.05 | 86.77 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 195 | 68 | 0.68 | 0 | 0.65 | 0.24 | 122.27 | 0.52 | 0.51 |
| Hex | 3F | C3 | 44 | 44 | 0 | 41 | 18 | 7A | 34 | 33 |
| Octal | 77 | 303 | 104 | 104 | 0 | 101 | 30 | 172 | 64 | 63 |
| Binary | 111111 | 11000011 | 1000100 | 1000100 | 0 | 1000001 | 11000 | 1111010 | 110100 | 110011 |
Color Harmonies of #3FC344
Complementary color
Monochromatic Colors of #3FC344
Black with #3FC344
Text Example
Text Example
White with #3FC344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC344; }
p { color: rgb(63,195,68); }
H1.HeaderClassName
{
color: #3FC344;
}
.AnyTagClassName
{
color: #3FC344;
}
</style>
background-color css
<style>
a { background-color: #3FC344; }
a { background-color: rgb(63,195,68); }
div.DivClassName
{
background-color: #3FC344;
}
.BgClassName
{
background-color: #3FC344;
}
</style>
border-color css
<style>
span { border-color: #3FC344; }
span { border-color: rgb(63,195,68); }
td.TdClassName
{
border-color: #3FC344;
}
.TagClassName
{
border-color: #3FC344;
}
</style>