Shades of Lime Green #3FCA2A
Tints of Lime Green #3FCA2A
RGB
CMYK
RGB Variations
Color information
#3FCA2A (or 0x3FCA2A) is known color: Lime Green. HEX triplet: 3F, CA and 2A. RGB value is (63,202,42). Sum of RGB (Red+Green+Blue) = 63+202+42=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 202 (79.30% from 255 or 65.80% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCA2A is #C035D5. Grayscale: #8E8E8E. Windows color (decimal): -12596694 or 2804287. OLE color: 2804287.
HSL color Cylindrical-coordinate representation of color #3FCA2A: hue angle of 112.12º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FCA2A is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 42 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.21 |
| HSL | 112.13º | 0.66% | 0.48% | - |
| HSV(B) | 112.13º | 0.79% | 0.79% | - |
| XYZ | 23.59 | 43.46 | 9.34 | - |
| YUV | 142.2 | 71.45 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 42 | 0.69 | 0 | 0.79 | 0.21 | 112.13 | 0.66 | 0.48 |
| Hex | 3F | CA | 2A | 45 | 0 | 4F | 15 | 70 | 42 | 30 |
| Octal | 77 | 312 | 52 | 105 | 0 | 117 | 25 | 160 | 102 | 60 |
| Binary | 111111 | 11001010 | 101010 | 1000101 | 0 | 1001111 | 10101 | 1110000 | 1000010 | 110000 |
Color Harmonies of #3FCA2A
Complementary color
Monochromatic Colors of #3FCA2A
Black with #3FCA2A
Text Example
Text Example
White with #3FCA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCA2A; }
p { color: rgb(63,202,42); }
H1.HeaderClassName
{
color: #3FCA2A;
}
.AnyTagClassName
{
color: #3FCA2A;
}
</style>
background-color css
<style>
a { background-color: #3FCA2A; }
a { background-color: rgb(63,202,42); }
div.DivClassName
{
background-color: #3FCA2A;
}
.BgClassName
{
background-color: #3FCA2A;
}
</style>
border-color css
<style>
span { border-color: #3FCA2A; }
span { border-color: rgb(63,202,42); }
td.TdClassName
{
border-color: #3FCA2A;
}
.TagClassName
{
border-color: #3FCA2A;
}
</style>