Shades of Lime Green #3FCA2E
Tints of Lime Green #3FCA2E
RGB
CMYK
RGB Variations
Color information
#3FCA2E (or 0x3FCA2E) is known color: Lime Green. HEX triplet: 3F, CA and 2E. RGB value is (63,202,46). Sum of RGB (Red+Green+Blue) = 63+202+46=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 202 (79.30% from 255 or 64.95% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCA2E is #C035D1. Grayscale: #8F8F8F. Windows color (decimal): -12596690 or 3066431. OLE color: 3066431.
HSL color Cylindrical-coordinate representation of color #3FCA2E: hue angle of 113.46º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FCA2E is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 46 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.21 |
| HSL | 113.46º | 0.63% | 0.49% | - |
| HSV(B) | 113.46º | 0.77% | 0.79% | - |
| XYZ | 23.66 | 43.5 | 9.73 | - |
| YUV | 142.66 | 73.45 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 46 | 0.69 | 0 | 0.77 | 0.21 | 113.46 | 0.63 | 0.49 |
| Hex | 3F | CA | 2E | 45 | 0 | 4D | 15 | 71 | 3F | 31 |
| Octal | 77 | 312 | 56 | 105 | 0 | 115 | 25 | 161 | 77 | 61 |
| Binary | 111111 | 11001010 | 101110 | 1000101 | 0 | 1001101 | 10101 | 1110001 | 111111 | 110001 |
Color Harmonies of #3FCA2E
Complementary color
Monochromatic Colors of #3FCA2E
Black with #3FCA2E
Text Example
Text Example
White with #3FCA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCA2E; }
p { color: rgb(63,202,46); }
H1.HeaderClassName
{
color: #3FCA2E;
}
.AnyTagClassName
{
color: #3FCA2E;
}
</style>
background-color css
<style>
a { background-color: #3FCA2E; }
a { background-color: rgb(63,202,46); }
div.DivClassName
{
background-color: #3FCA2E;
}
.BgClassName
{
background-color: #3FCA2E;
}
</style>
border-color css
<style>
span { border-color: #3FCA2E; }
span { border-color: rgb(63,202,46); }
td.TdClassName
{
border-color: #3FCA2E;
}
.TagClassName
{
border-color: #3FCA2E;
}
</style>