Shades of Lime Green #3FEF3C
Tints of Lime Green #3FEF3C
RGB
CMYK
RGB Variations
Color information
#3FEF3C (or 0x3FEF3C) is known color: Lime Green. HEX triplet: 3F, EF and 3C. RGB value is (63,239,60). Sum of RGB (Red+Green+Blue) = 63+239+60=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 239 (93.75% from 255 or 66.02% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEF3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEF3C is #C010C3. Grayscale: #A6A6A6. Windows color (decimal): -12587204 or 3993407. OLE color: 3993407.
HSL color Cylindrical-coordinate representation of color #3FEF3C: hue angle of 118.99º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FEF3C is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 60 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.06 |
| HSL | 118.99º | 0.85% | 0.59% | - |
| HSV(B) | 118.99º | 0.75% | 0.94% | - |
| XYZ | 33.73 | 63.12 | 14.68 | - |
| YUV | 165.97 | 68.19 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 60 | 0.74 | 0 | 0.75 | 0.06 | 118.99 | 0.85 | 0.59 |
| Hex | 3F | EF | 3C | 4A | 0 | 4B | 6 | 77 | 55 | 3B |
| Octal | 77 | 357 | 74 | 112 | 0 | 113 | 6 | 167 | 125 | 73 |
| Binary | 111111 | 11101111 | 111100 | 1001010 | 0 | 1001011 | 110 | 1110111 | 1010101 | 111011 |
Color Harmonies of #3FEF3C
Complementary color
Monochromatic Colors of #3FEF3C
Black with #3FEF3C
Text Example
Text Example
White with #3FEF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEF3C; }
p { color: rgb(63,239,60); }
H1.HeaderClassName
{
color: #3FEF3C;
}
.AnyTagClassName
{
color: #3FEF3C;
}
</style>
background-color css
<style>
a { background-color: #3FEF3C; }
a { background-color: rgb(63,239,60); }
div.DivClassName
{
background-color: #3FEF3C;
}
.BgClassName
{
background-color: #3FEF3C;
}
</style>
border-color css
<style>
span { border-color: #3FEF3C; }
span { border-color: rgb(63,239,60); }
td.TdClassName
{
border-color: #3FEF3C;
}
.TagClassName
{
border-color: #3FEF3C;
}
</style>