Shades of Lime Green #3FF534
Tints of Lime Green #3FF534
RGB
CMYK
RGB Variations
Color information
#3FF534 (or 0x3FF534) is known color: Lime Green. HEX triplet: 3F, F5 and 34. RGB value is (63,245,52). Sum of RGB (Red+Green+Blue) = 63+245+52=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 245 (96.09% from 255 or 68.06% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 245 - color contains mainly: green. Hex color #3FF534 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF534 is #C00ACB. Grayscale: #A9A9A9. Windows color (decimal): -12585676 or 3470655. OLE color: 3470655.
HSL color Cylindrical-coordinate representation of color #3FF534: hue angle of 116.58º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FF534 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 245 | 52 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.04 |
| HSL | 116.58º | 0.91% | 0.58% | - |
| HSV(B) | 116.58º | 0.79% | 0.96% | - |
| XYZ | 35.32 | 66.61 | 14.24 | - |
| YUV | 168.58 | 62.2 | 52.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 245 | 52 | 0.74 | 0 | 0.79 | 0.04 | 116.58 | 0.91 | 0.58 |
| Hex | 3F | F5 | 34 | 4A | 0 | 4F | 4 | 75 | 5B | 3A |
| Octal | 77 | 365 | 64 | 112 | 0 | 117 | 4 | 165 | 133 | 72 |
| Binary | 111111 | 11110101 | 110100 | 1001010 | 0 | 1001111 | 100 | 1110101 | 1011011 | 111010 |
Color Harmonies of #3FF534
Complementary color
Monochromatic Colors of #3FF534
Black with #3FF534
Text Example
Text Example
White with #3FF534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF534; }
p { color: rgb(63,245,52); }
H1.HeaderClassName
{
color: #3FF534;
}
.AnyTagClassName
{
color: #3FF534;
}
</style>
background-color css
<style>
a { background-color: #3FF534; }
a { background-color: rgb(63,245,52); }
div.DivClassName
{
background-color: #3FF534;
}
.BgClassName
{
background-color: #3FF534;
}
</style>
border-color css
<style>
span { border-color: #3FF534; }
span { border-color: rgb(63,245,52); }
td.TdClassName
{
border-color: #3FF534;
}
.TagClassName
{
border-color: #3FF534;
}
</style>