Shades of Lime Green #3FE535
Tints of Lime Green #3FE535
RGB
CMYK
RGB Variations
Color information
#3FE535 (or 0x3FE535) is known color: Lime Green. HEX triplet: 3F, E5 and 35. RGB value is (63,229,53). Sum of RGB (Red+Green+Blue) = 63+229+53=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 229 (89.84% from 255 or 66.38% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE535 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE535 is #C01ACA. Grayscale: #9F9F9F. Windows color (decimal): -12589771 or 3532095. OLE color: 3532095.
HSL color Cylindrical-coordinate representation of color #3FE535: hue angle of 116.59º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FE535 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 229 | 53 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.10 |
| HSL | 116.59º | 0.77% | 0.55% | - |
| HSV(B) | 116.59º | 0.77% | 0.9% | - |
| XYZ | 30.71 | 57.35 | 12.82 | - |
| YUV | 159.3 | 68 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 229 | 53 | 0.72 | 0 | 0.77 | 0.10 | 116.59 | 0.77 | 0.55 |
| Hex | 3F | E5 | 35 | 48 | 0 | 4D | A | 75 | 4D | 37 |
| Octal | 77 | 345 | 65 | 110 | 0 | 115 | 12 | 165 | 115 | 67 |
| Binary | 111111 | 11100101 | 110101 | 1001000 | 0 | 1001101 | 1010 | 1110101 | 1001101 | 110111 |
Color Harmonies of #3FE535
Complementary color
Monochromatic Colors of #3FE535
Black with #3FE535
Text Example
Text Example
White with #3FE535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE535; }
p { color: rgb(63,229,53); }
H1.HeaderClassName
{
color: #3FE535;
}
.AnyTagClassName
{
color: #3FE535;
}
</style>
background-color css
<style>
a { background-color: #3FE535; }
a { background-color: rgb(63,229,53); }
div.DivClassName
{
background-color: #3FE535;
}
.BgClassName
{
background-color: #3FE535;
}
</style>
border-color css
<style>
span { border-color: #3FE535; }
span { border-color: rgb(63,229,53); }
td.TdClassName
{
border-color: #3FE535;
}
.TagClassName
{
border-color: #3FE535;
}
</style>