Shades of Lime Green #3FFA35
Tints of Lime Green #3FFA35
RGB
CMYK
RGB Variations
Color information
#3FFA35 (or 0x3FFA35) is known color: Lime Green. HEX triplet: 3F, FA and 35. RGB value is (63,250,53). Sum of RGB (Red+Green+Blue) = 63+250+53=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 250 (98.05% from 255 or 68.31% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFA35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFA35 is #C005CA. Grayscale: #ACACAC. Windows color (decimal): -12584395 or 3537471. OLE color: 3537471.
HSL color Cylindrical-coordinate representation of color #3FFA35: hue angle of 116.95º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FFA35 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 53 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.02 |
| HSL | 116.95º | 0.95% | 0.59% | - |
| HSV(B) | 116.95º | 0.79% | 0.98% | - |
| XYZ | 36.88 | 69.69 | 14.88 | - |
| YUV | 171.63 | 61.05 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 53 | 0.75 | 0 | 0.79 | 0.02 | 116.95 | 0.95 | 0.59 |
| Hex | 3F | FA | 35 | 4B | 0 | 4F | 2 | 75 | 5F | 3B |
| Octal | 77 | 372 | 65 | 113 | 0 | 117 | 2 | 165 | 137 | 73 |
| Binary | 111111 | 11111010 | 110101 | 1001011 | 0 | 1001111 | 10 | 1110101 | 1011111 | 111011 |
Color Harmonies of #3FFA35
Complementary color
Monochromatic Colors of #3FFA35
Black with #3FFA35
Text Example
Text Example
White with #3FFA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFA35; }
p { color: rgb(63,250,53); }
H1.HeaderClassName
{
color: #3FFA35;
}
.AnyTagClassName
{
color: #3FFA35;
}
</style>
background-color css
<style>
a { background-color: #3FFA35; }
a { background-color: rgb(63,250,53); }
div.DivClassName
{
background-color: #3FFA35;
}
.BgClassName
{
background-color: #3FFA35;
}
</style>
border-color css
<style>
span { border-color: #3FFA35; }
span { border-color: rgb(63,250,53); }
td.TdClassName
{
border-color: #3FFA35;
}
.TagClassName
{
border-color: #3FFA35;
}
</style>