Shades of Lime Green #3FEA44
Tints of Lime Green #3FEA44
RGB
CMYK
RGB Variations
Color information
#3FEA44 (or 0x3FEA44) is known color: Lime Green. HEX triplet: 3F, EA and 44. RGB value is (63,234,68). Sum of RGB (Red+Green+Blue) = 63+234+68=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 234 (91.80% from 255 or 64.11% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEA44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEA44 is #C015BB. Grayscale: #A4A4A4. Windows color (decimal): -12588476 or 4516415. OLE color: 4516415.
HSL color Cylindrical-coordinate representation of color #3FEA44: hue angle of 121.75º 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 #3FEA44 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 68 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.08 |
| HSL | 121.75º | 0.8% | 0.58% | - |
| HSV(B) | 121.75º | 0.73% | 0.92% | - |
| XYZ | 32.52 | 60.32 | 15.4 | - |
| YUV | 163.95 | 73.85 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 68 | 0.73 | 0 | 0.71 | 0.08 | 121.75 | 0.8 | 0.58 |
| Hex | 3F | EA | 44 | 49 | 0 | 47 | 8 | 7A | 50 | 3A |
| Octal | 77 | 352 | 104 | 111 | 0 | 107 | 10 | 172 | 120 | 72 |
| Binary | 111111 | 11101010 | 1000100 | 1001001 | 0 | 1000111 | 1000 | 1111010 | 1010000 | 111010 |
Color Harmonies of #3FEA44
Complementary color
Monochromatic Colors of #3FEA44
Black with #3FEA44
Text Example
Text Example
White with #3FEA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEA44; }
p { color: rgb(63,234,68); }
H1.HeaderClassName
{
color: #3FEA44;
}
.AnyTagClassName
{
color: #3FEA44;
}
</style>
background-color css
<style>
a { background-color: #3FEA44; }
a { background-color: rgb(63,234,68); }
div.DivClassName
{
background-color: #3FEA44;
}
.BgClassName
{
background-color: #3FEA44;
}
</style>
border-color css
<style>
span { border-color: #3FEA44; }
span { border-color: rgb(63,234,68); }
td.TdClassName
{
border-color: #3FEA44;
}
.TagClassName
{
border-color: #3FEA44;
}
</style>