Shades of Lime Green #3FFF35
Tints of Lime Green #3FFF35
RGB
CMYK
RGB Variations
Color information
#3FFF35 (or 0x3FFF35) is known color: Lime Green. HEX triplet: 3F, FF and 35. RGB value is (63,255,53). Sum of RGB (Red+Green+Blue) = 63+255+53=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 255 (100% from 255 or 68.73% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFF35 is #C000CA. Grayscale: #AFAFAF. Windows color (decimal): -12583115 or 3538751. OLE color: 3538751.
HSL color Cylindrical-coordinate representation of color #3FFF35: hue angle of 117.03º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FFF35 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 53 | - |
| CMYK | 0.75 | 0 | 0.79 | 0 |
| HSL | 117.03º | 1% | 0.6% | - |
| HSV(B) | 117.03º | 0.79% | 1% | - |
| XYZ | 38.45 | 72.83 | 15.4 | - |
| YUV | 174.56 | 59.39 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 53 | 0.75 | 0 | 0.79 | 0 | 117.03 | 1 | 0.6 |
| Hex | 3F | FF | 35 | 4B | 0 | 4F | 0 | 75 | 64 | 3C |
| Octal | 77 | 377 | 65 | 113 | 0 | 117 | 0 | 165 | 144 | 74 |
| Binary | 111111 | 11111111 | 110101 | 1001011 | 0 | 1001111 | 0 | 1110101 | 1100100 | 111100 |
Color Harmonies of #3FFF35
Complementary color
Monochromatic Colors of #3FFF35
Black with #3FFF35
Text Example
Text Example
White with #3FFF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF35; }
p { color: rgb(63,255,53); }
H1.HeaderClassName
{
color: #3FFF35;
}
.AnyTagClassName
{
color: #3FFF35;
}
</style>
background-color css
<style>
a { background-color: #3FFF35; }
a { background-color: rgb(63,255,53); }
div.DivClassName
{
background-color: #3FFF35;
}
.BgClassName
{
background-color: #3FFF35;
}
</style>
border-color css
<style>
span { border-color: #3FFF35; }
span { border-color: rgb(63,255,53); }
td.TdClassName
{
border-color: #3FFF35;
}
.TagClassName
{
border-color: #3FFF35;
}
</style>