Shades of Lime Green #3FF635
Tints of Lime Green #3FF635
RGB
CMYK
RGB Variations
Color information
#3FF635 (or 0x3FF635) is known color: Lime Green. HEX triplet: 3F, F6 and 35. RGB value is (63,246,53). Sum of RGB (Red+Green+Blue) = 63+246+53=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 246 (96.48% from 255 or 67.96% from 362); Blue value is 53 (21.09% from 255 or 14.64% from 362); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF635 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF635 is #C009CA. Grayscale: #A9A9A9. Windows color (decimal): -12585419 or 3536447. OLE color: 3536447.
HSL color Cylindrical-coordinate representation of color #3FF635: hue angle of 116.89º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3FF635 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 246 | 53 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.04 |
| HSL | 116.89º | 0.91% | 0.59% | - |
| HSV(B) | 116.89º | 0.78% | 0.96% | - |
| XYZ | 35.65 | 67.23 | 14.47 | - |
| YUV | 169.28 | 62.37 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 246 | 53 | 0.74 | 0 | 0.78 | 0.04 | 116.89 | 0.91 | 0.59 |
| Hex | 3F | F6 | 35 | 4A | 0 | 4E | 4 | 75 | 5B | 3B |
| Octal | 77 | 366 | 65 | 112 | 0 | 116 | 4 | 165 | 133 | 73 |
| Binary | 111111 | 11110110 | 110101 | 1001010 | 0 | 1001110 | 100 | 1110101 | 1011011 | 111011 |
Color Harmonies of #3FF635
Complementary color
Monochromatic Colors of #3FF635
Black with #3FF635
Text Example
Text Example
White with #3FF635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF635; }
p { color: rgb(63,246,53); }
H1.HeaderClassName
{
color: #3FF635;
}
.AnyTagClassName
{
color: #3FF635;
}
</style>
background-color css
<style>
a { background-color: #3FF635; }
a { background-color: rgb(63,246,53); }
div.DivClassName
{
background-color: #3FF635;
}
.BgClassName
{
background-color: #3FF635;
}
</style>
border-color css
<style>
span { border-color: #3FF635; }
span { border-color: rgb(63,246,53); }
td.TdClassName
{
border-color: #3FF635;
}
.TagClassName
{
border-color: #3FF635;
}
</style>