Shades of Lime Green #3FEF2B
Tints of Lime Green #3FEF2B
RGB
CMYK
RGB Variations
Color information
#3FEF2B (or 0x3FEF2B) is known color: Lime Green. HEX triplet: 3F, EF and 2B. RGB value is (63,239,43). Sum of RGB (Red+Green+Blue) = 63+239+43=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 239 (93.75% from 255 or 69.28% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEF2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEF2B is #C010D4. Grayscale: #A4A4A4. Windows color (decimal): -12587221 or 2879295. OLE color: 2879295.
HSL color Cylindrical-coordinate representation of color #3FEF2B: hue angle of 113.88º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3FEF2B is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 43 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.06 |
| HSL | 113.88º | 0.86% | 0.55% | - |
| HSV(B) | 113.88º | 0.82% | 0.94% | - |
| XYZ | 33.35 | 62.96 | 12.68 | - |
| YUV | 164.03 | 59.69 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 43 | 0.74 | 0 | 0.82 | 0.06 | 113.88 | 0.86 | 0.55 |
| Hex | 3F | EF | 2B | 4A | 0 | 52 | 6 | 72 | 56 | 37 |
| Octal | 77 | 357 | 53 | 112 | 0 | 122 | 6 | 162 | 126 | 67 |
| Binary | 111111 | 11101111 | 101011 | 1001010 | 0 | 1010010 | 110 | 1110010 | 1010110 | 110111 |
Color Harmonies of #3FEF2B
Complementary color
Monochromatic Colors of #3FEF2B
Black with #3FEF2B
Text Example
Text Example
White with #3FEF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEF2B; }
p { color: rgb(63,239,43); }
H1.HeaderClassName
{
color: #3FEF2B;
}
.AnyTagClassName
{
color: #3FEF2B;
}
</style>
background-color css
<style>
a { background-color: #3FEF2B; }
a { background-color: rgb(63,239,43); }
div.DivClassName
{
background-color: #3FEF2B;
}
.BgClassName
{
background-color: #3FEF2B;
}
</style>
border-color css
<style>
span { border-color: #3FEF2B; }
span { border-color: rgb(63,239,43); }
td.TdClassName
{
border-color: #3FEF2B;
}
.TagClassName
{
border-color: #3FEF2B;
}
</style>