Shades of Lime Green #3FEA41
Tints of Lime Green #3FEA41
RGB
CMYK
RGB Variations
Color information
#3FEA41 (or 0x3FEA41) is known color: Lime Green. HEX triplet: 3F, EA and 41. RGB value is (63,234,65). Sum of RGB (Red+Green+Blue) = 63+234+65=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 234 (91.80% from 255 or 64.64% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEA41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEA41 is #C015BE. Grayscale: #A4A4A4. Windows color (decimal): -12588479 or 4319807. OLE color: 4319807.
HSL color Cylindrical-coordinate representation of color #3FEA41: hue angle of 120.7º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEA41 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 65 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.08 |
| HSL | 120.7º | 0.8% | 0.58% | - |
| HSV(B) | 120.7º | 0.73% | 0.92% | - |
| XYZ | 32.43 | 60.28 | 14.93 | - |
| YUV | 163.61 | 72.35 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 65 | 0.73 | 0 | 0.72 | 0.08 | 120.7 | 0.8 | 0.58 |
| Hex | 3F | EA | 41 | 49 | 0 | 48 | 8 | 79 | 50 | 3A |
| Octal | 77 | 352 | 101 | 111 | 0 | 110 | 10 | 171 | 120 | 72 |
| Binary | 111111 | 11101010 | 1000001 | 1001001 | 0 | 1001000 | 1000 | 1111001 | 1010000 | 111010 |
Color Harmonies of #3FEA41
Complementary color
Monochromatic Colors of #3FEA41
Black with #3FEA41
Text Example
Text Example
White with #3FEA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEA41; }
p { color: rgb(63,234,65); }
H1.HeaderClassName
{
color: #3FEA41;
}
.AnyTagClassName
{
color: #3FEA41;
}
</style>
background-color css
<style>
a { background-color: #3FEA41; }
a { background-color: rgb(63,234,65); }
div.DivClassName
{
background-color: #3FEA41;
}
.BgClassName
{
background-color: #3FEA41;
}
</style>
border-color css
<style>
span { border-color: #3FEA41; }
span { border-color: rgb(63,234,65); }
td.TdClassName
{
border-color: #3FEA41;
}
.TagClassName
{
border-color: #3FEA41;
}
</style>