Shades of Lime Green #3FD534
Tints of Lime Green #3FD534
RGB
CMYK
RGB Variations
Color information
#3FD534 (or 0x3FD534) is known color: Lime Green. HEX triplet: 3F, D5 and 34. RGB value is (63,213,52). Sum of RGB (Red+Green+Blue) = 63+213+52=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 213 (83.59% from 255 or 64.94% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD534 is #C02ACB. Grayscale: #969696. Windows color (decimal): -12593868 or 3462463. OLE color: 3462463.
HSL color Cylindrical-coordinate representation of color #3FD534: hue angle of 115.9º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FD534 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 213 | 52 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.16 |
| HSL | 115.9º | 0.66% | 0.52% | - |
| HSV(B) | 115.9º | 0.76% | 0.84% | - |
| XYZ | 26.46 | 48.89 | 11.29 | - |
| YUV | 149.8 | 72.81 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 213 | 52 | 0.70 | 0 | 0.76 | 0.16 | 115.9 | 0.66 | 0.52 |
| Hex | 3F | D5 | 34 | 46 | 0 | 4C | 10 | 74 | 42 | 34 |
| Octal | 77 | 325 | 64 | 106 | 0 | 114 | 20 | 164 | 102 | 64 |
| Binary | 111111 | 11010101 | 110100 | 1000110 | 0 | 1001100 | 10000 | 1110100 | 1000010 | 110100 |
Color Harmonies of #3FD534
Complementary color
Monochromatic Colors of #3FD534
Black with #3FD534
Text Example
Text Example
White with #3FD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD534; }
p { color: rgb(63,213,52); }
H1.HeaderClassName
{
color: #3FD534;
}
.AnyTagClassName
{
color: #3FD534;
}
</style>
background-color css
<style>
a { background-color: #3FD534; }
a { background-color: rgb(63,213,52); }
div.DivClassName
{
background-color: #3FD534;
}
.BgClassName
{
background-color: #3FD534;
}
</style>
border-color css
<style>
span { border-color: #3FD534; }
span { border-color: rgb(63,213,52); }
td.TdClassName
{
border-color: #3FD534;
}
.TagClassName
{
border-color: #3FD534;
}
</style>