Shades of Lime Green #3FCD35
Tints of Lime Green #3FCD35
RGB
CMYK
RGB Variations
Color information
#3FCD35 (or 0x3FCD35) is known color: Lime Green. HEX triplet: 3F, CD and 35. RGB value is (63,205,53). Sum of RGB (Red+Green+Blue) = 63+205+53=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 205 (80.47% from 255 or 63.86% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCD35 is #C032CA. Grayscale: #919191. Windows color (decimal): -12595915 or 3525951. OLE color: 3525951.
HSL color Cylindrical-coordinate representation of color #3FCD35: hue angle of 116.05º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FCD35 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 53 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.20 |
| HSL | 116.05º | 0.6% | 0.51% | - |
| HSV(B) | 116.05º | 0.74% | 0.8% | - |
| XYZ | 24.52 | 44.98 | 10.76 | - |
| YUV | 145.21 | 75.96 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 53 | 0.69 | 0 | 0.74 | 0.20 | 116.05 | 0.6 | 0.51 |
| Hex | 3F | CD | 35 | 45 | 0 | 4A | 14 | 74 | 3C | 33 |
| Octal | 77 | 315 | 65 | 105 | 0 | 112 | 24 | 164 | 74 | 63 |
| Binary | 111111 | 11001101 | 110101 | 1000101 | 0 | 1001010 | 10100 | 1110100 | 111100 | 110011 |
Color Harmonies of #3FCD35
Complementary color
Monochromatic Colors of #3FCD35
Black with #3FCD35
Text Example
Text Example
White with #3FCD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD35; }
p { color: rgb(63,205,53); }
H1.HeaderClassName
{
color: #3FCD35;
}
.AnyTagClassName
{
color: #3FCD35;
}
</style>
background-color css
<style>
a { background-color: #3FCD35; }
a { background-color: rgb(63,205,53); }
div.DivClassName
{
background-color: #3FCD35;
}
.BgClassName
{
background-color: #3FCD35;
}
</style>
border-color css
<style>
span { border-color: #3FCD35; }
span { border-color: rgb(63,205,53); }
td.TdClassName
{
border-color: #3FCD35;
}
.TagClassName
{
border-color: #3FCD35;
}
</style>