Shades of Lime Green #3FEF36
Tints of Lime Green #3FEF36
RGB
CMYK
RGB Variations
Color information
#3FEF36 (or 0x3FEF36) is known color: Lime Green. HEX triplet: 3F, EF and 36. RGB value is (63,239,54). Sum of RGB (Red+Green+Blue) = 63+239+54=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 239 (93.75% from 255 or 67.13% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEF36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEF36 is #C010C9. Grayscale: #A5A5A5. Windows color (decimal): -12587210 or 3600191. OLE color: 3600191.
HSL color Cylindrical-coordinate representation of color #3FEF36: hue angle of 117.08º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FEF36 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 54 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.06 |
| HSL | 117.08º | 0.85% | 0.57% | - |
| HSV(B) | 117.08º | 0.77% | 0.94% | - |
| XYZ | 33.58 | 63.06 | 13.89 | - |
| YUV | 165.29 | 65.19 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 54 | 0.74 | 0 | 0.77 | 0.06 | 117.08 | 0.85 | 0.57 |
| Hex | 3F | EF | 36 | 4A | 0 | 4D | 6 | 75 | 55 | 39 |
| Octal | 77 | 357 | 66 | 112 | 0 | 115 | 6 | 165 | 125 | 71 |
| Binary | 111111 | 11101111 | 110110 | 1001010 | 0 | 1001101 | 110 | 1110101 | 1010101 | 111001 |
Color Harmonies of #3FEF36
Complementary color
Monochromatic Colors of #3FEF36
Black with #3FEF36
Text Example
Text Example
White with #3FEF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEF36; }
p { color: rgb(63,239,54); }
H1.HeaderClassName
{
color: #3FEF36;
}
.AnyTagClassName
{
color: #3FEF36;
}
</style>
background-color css
<style>
a { background-color: #3FEF36; }
a { background-color: rgb(63,239,54); }
div.DivClassName
{
background-color: #3FEF36;
}
.BgClassName
{
background-color: #3FEF36;
}
</style>
border-color css
<style>
span { border-color: #3FEF36; }
span { border-color: rgb(63,239,54); }
td.TdClassName
{
border-color: #3FEF36;
}
.TagClassName
{
border-color: #3FEF36;
}
</style>