Shades of Lime Green #3FFE35
Tints of Lime Green #3FFE35
RGB
CMYK
RGB Variations
Color information
#3FFE35 (or 0x3FFE35) is known color: Lime Green. HEX triplet: 3F, FE and 35. RGB value is (63,254,53). Sum of RGB (Red+Green+Blue) = 63+254+53=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 254 (99.61% from 255 or 68.65% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFE35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFE35 is #C001CA. Grayscale: #AEAEAE. Windows color (decimal): -12583371 or 3538495. OLE color: 3538495.
HSL color Cylindrical-coordinate representation of color #3FFE35: hue angle of 117.01º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FFE35 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 53 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.00 |
| HSL | 117.01º | 0.99% | 0.6% | - |
| HSV(B) | 117.01º | 0.79% | 1% | - |
| XYZ | 38.13 | 72.2 | 15.29 | - |
| YUV | 173.98 | 59.72 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 53 | 0.75 | 0 | 0.79 | 0.00 | 117.01 | 0.99 | 0.6 |
| Hex | 3F | FE | 35 | 4B | 0 | 4F | 0 | 75 | 63 | 3C |
| Octal | 77 | 376 | 65 | 113 | 0 | 117 | 0 | 165 | 143 | 74 |
| Binary | 111111 | 11111110 | 110101 | 1001011 | 0 | 1001111 | 0 | 1110101 | 1100011 | 111100 |
Color Harmonies of #3FFE35
Complementary color
Monochromatic Colors of #3FFE35
Black with #3FFE35
Text Example
Text Example
White with #3FFE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFE35; }
p { color: rgb(63,254,53); }
H1.HeaderClassName
{
color: #3FFE35;
}
.AnyTagClassName
{
color: #3FFE35;
}
</style>
background-color css
<style>
a { background-color: #3FFE35; }
a { background-color: rgb(63,254,53); }
div.DivClassName
{
background-color: #3FFE35;
}
.BgClassName
{
background-color: #3FFE35;
}
</style>
border-color css
<style>
span { border-color: #3FFE35; }
span { border-color: rgb(63,254,53); }
td.TdClassName
{
border-color: #3FFE35;
}
.TagClassName
{
border-color: #3FFE35;
}
</style>