Shades of Lime Green #3FCA4A
Tints of Lime Green #3FCA4A
RGB
CMYK
RGB Variations
Color information
#3FCA4A (or 0x3FCA4A) is known color: Lime Green. HEX triplet: 3F, CA and 4A. RGB value is (63,202,74). Sum of RGB (Red+Green+Blue) = 63+202+74=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 202 (79.30% from 255 or 59.59% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCA4A is #C035B5. Grayscale: #929292. Windows color (decimal): -12596662 or 4901439. OLE color: 4901439.
HSL color Cylindrical-coordinate representation of color #3FCA4A: hue angle of 124.75º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCA4A is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 74 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.21 |
| HSL | 124.75º | 0.57% | 0.52% | - |
| HSV(B) | 124.75º | 0.69% | 0.79% | - |
| XYZ | 24.41 | 43.79 | 13.64 | - |
| YUV | 145.85 | 87.45 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 74 | 0.69 | 0 | 0.63 | 0.21 | 124.75 | 0.57 | 0.52 |
| Hex | 3F | CA | 4A | 45 | 0 | 3F | 15 | 7D | 39 | 34 |
| Octal | 77 | 312 | 112 | 105 | 0 | 77 | 25 | 175 | 71 | 64 |
| Binary | 111111 | 11001010 | 1001010 | 1000101 | 0 | 111111 | 10101 | 1111101 | 111001 | 110100 |
Color Harmonies of #3FCA4A
Complementary color
Monochromatic Colors of #3FCA4A
Black with #3FCA4A
Text Example
Text Example
White with #3FCA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCA4A; }
p { color: rgb(63,202,74); }
H1.HeaderClassName
{
color: #3FCA4A;
}
.AnyTagClassName
{
color: #3FCA4A;
}
</style>
background-color css
<style>
a { background-color: #3FCA4A; }
a { background-color: rgb(63,202,74); }
div.DivClassName
{
background-color: #3FCA4A;
}
.BgClassName
{
background-color: #3FCA4A;
}
</style>
border-color css
<style>
span { border-color: #3FCA4A; }
span { border-color: rgb(63,202,74); }
td.TdClassName
{
border-color: #3FCA4A;
}
.TagClassName
{
border-color: #3FCA4A;
}
</style>