Shades of Lime Green #3FCA32
Tints of Lime Green #3FCA32
RGB
CMYK
RGB Variations
Color information
#3FCA32 (or 0x3FCA32) is known color: Lime Green. HEX triplet: 3F, CA and 32. RGB value is (63,202,50). Sum of RGB (Red+Green+Blue) = 63+202+50=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 202 (79.30% from 255 or 64.13% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCA32 is #C035CD. Grayscale: #8F8F8F. Windows color (decimal): -12596686 or 3328575. OLE color: 3328575.
HSL color Cylindrical-coordinate representation of color #3FCA32: hue angle of 114.87º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FCA32 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 50 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.21 |
| HSL | 114.87º | 0.6% | 0.49% | - |
| HSV(B) | 114.87º | 0.75% | 0.79% | - |
| XYZ | 23.75 | 43.53 | 10.17 | - |
| YUV | 143.11 | 75.45 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 50 | 0.69 | 0 | 0.75 | 0.21 | 114.87 | 0.6 | 0.49 |
| Hex | 3F | CA | 32 | 45 | 0 | 4B | 15 | 73 | 3C | 31 |
| Octal | 77 | 312 | 62 | 105 | 0 | 113 | 25 | 163 | 74 | 61 |
| Binary | 111111 | 11001010 | 110010 | 1000101 | 0 | 1001011 | 10101 | 1110011 | 111100 | 110001 |
Color Harmonies of #3FCA32
Complementary color
Monochromatic Colors of #3FCA32
Black with #3FCA32
Text Example
Text Example
White with #3FCA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCA32; }
p { color: rgb(63,202,50); }
H1.HeaderClassName
{
color: #3FCA32;
}
.AnyTagClassName
{
color: #3FCA32;
}
</style>
background-color css
<style>
a { background-color: #3FCA32; }
a { background-color: rgb(63,202,50); }
div.DivClassName
{
background-color: #3FCA32;
}
.BgClassName
{
background-color: #3FCA32;
}
</style>
border-color css
<style>
span { border-color: #3FCA32; }
span { border-color: rgb(63,202,50); }
td.TdClassName
{
border-color: #3FCA32;
}
.TagClassName
{
border-color: #3FCA32;
}
</style>