Shades of Lime Green #3FEB32
Tints of Lime Green #3FEB32
RGB
CMYK
RGB Variations
Color information
#3FEB32 (or 0x3FEB32) is known color: Lime Green. HEX triplet: 3F, EB and 32. RGB value is (63,235,50). Sum of RGB (Red+Green+Blue) = 63+235+50=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 235 (92.19% from 255 or 67.53% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEB32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEB32 is #C014CD. Grayscale: #A3A3A3. Windows color (decimal): -12588238 or 3337023. OLE color: 3337023.
HSL color Cylindrical-coordinate representation of color #3FEB32: hue angle of 115.78º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FEB32 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 235 | 50 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.08 |
| HSL | 115.78º | 0.82% | 0.56% | - |
| HSV(B) | 115.78º | 0.79% | 0.92% | - |
| XYZ | 32.33 | 60.7 | 13.03 | - |
| YUV | 162.48 | 64.52 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 235 | 50 | 0.73 | 0 | 0.79 | 0.08 | 115.78 | 0.82 | 0.56 |
| Hex | 3F | EB | 32 | 49 | 0 | 4F | 8 | 74 | 52 | 38 |
| Octal | 77 | 353 | 62 | 111 | 0 | 117 | 10 | 164 | 122 | 70 |
| Binary | 111111 | 11101011 | 110010 | 1001001 | 0 | 1001111 | 1000 | 1110100 | 1010010 | 111000 |
Color Harmonies of #3FEB32
Complementary color
Monochromatic Colors of #3FEB32
Black with #3FEB32
Text Example
Text Example
White with #3FEB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEB32; }
p { color: rgb(63,235,50); }
H1.HeaderClassName
{
color: #3FEB32;
}
.AnyTagClassName
{
color: #3FEB32;
}
</style>
background-color css
<style>
a { background-color: #3FEB32; }
a { background-color: rgb(63,235,50); }
div.DivClassName
{
background-color: #3FEB32;
}
.BgClassName
{
background-color: #3FEB32;
}
</style>
border-color css
<style>
span { border-color: #3FEB32; }
span { border-color: rgb(63,235,50); }
td.TdClassName
{
border-color: #3FEB32;
}
.TagClassName
{
border-color: #3FEB32;
}
</style>