Shades of Lime Green #3FEF43
Tints of Lime Green #3FEF43
RGB
CMYK
RGB Variations
Color information
#3FEF43 (or 0x3FEF43) is known color: Lime Green. HEX triplet: 3F, EF and 43. RGB value is (63,239,67). Sum of RGB (Red+Green+Blue) = 63+239+67=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 239 (93.75% from 255 or 64.77% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEF43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEF43 is #C010BC. Grayscale: #A7A7A7. Windows color (decimal): -12587197 or 4452159. OLE color: 4452159.
HSL color Cylindrical-coordinate representation of color #3FEF43: hue angle of 121.36º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEF43 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 67 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.06 |
| HSL | 121.36º | 0.85% | 0.59% | - |
| HSV(B) | 121.36º | 0.74% | 0.94% | - |
| XYZ | 33.93 | 63.2 | 15.72 | - |
| YUV | 166.77 | 71.69 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 67 | 0.74 | 0 | 0.72 | 0.06 | 121.36 | 0.85 | 0.59 |
| Hex | 3F | EF | 43 | 4A | 0 | 48 | 6 | 79 | 55 | 3B |
| Octal | 77 | 357 | 103 | 112 | 0 | 110 | 6 | 171 | 125 | 73 |
| Binary | 111111 | 11101111 | 1000011 | 1001010 | 0 | 1001000 | 110 | 1111001 | 1010101 | 111011 |
Color Harmonies of #3FEF43
Complementary color
Monochromatic Colors of #3FEF43
Black with #3FEF43
Text Example
Text Example
White with #3FEF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEF43; }
p { color: rgb(63,239,67); }
H1.HeaderClassName
{
color: #3FEF43;
}
.AnyTagClassName
{
color: #3FEF43;
}
</style>
background-color css
<style>
a { background-color: #3FEF43; }
a { background-color: rgb(63,239,67); }
div.DivClassName
{
background-color: #3FEF43;
}
.BgClassName
{
background-color: #3FEF43;
}
</style>
border-color css
<style>
span { border-color: #3FEF43; }
span { border-color: rgb(63,239,67); }
td.TdClassName
{
border-color: #3FEF43;
}
.TagClassName
{
border-color: #3FEF43;
}
</style>