Shades of Lime Green #3FED32
Tints of Lime Green #3FED32
RGB
CMYK
RGB Variations
Color information
#3FED32 (or 0x3FED32) is known color: Lime Green. HEX triplet: 3F, ED and 32. RGB value is (63,237,50). Sum of RGB (Red+Green+Blue) = 63+237+50=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 237 (92.97% from 255 or 67.71% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 237 - color contains mainly: green. Hex color #3FED32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FED32 is #C012CD. Grayscale: #A4A4A4. Windows color (decimal): -12587726 or 3337535. OLE color: 3337535.
HSL color Cylindrical-coordinate representation of color #3FED32: hue angle of 115.83º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FED32 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 50 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.07 |
| HSL | 115.83º | 0.84% | 0.56% | - |
| HSV(B) | 115.83º | 0.79% | 0.93% | - |
| XYZ | 32.91 | 61.86 | 13.22 | - |
| YUV | 163.66 | 63.85 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 50 | 0.73 | 0 | 0.79 | 0.07 | 115.83 | 0.84 | 0.56 |
| Hex | 3F | ED | 32 | 49 | 0 | 4F | 7 | 74 | 54 | 38 |
| Octal | 77 | 355 | 62 | 111 | 0 | 117 | 7 | 164 | 124 | 70 |
| Binary | 111111 | 11101101 | 110010 | 1001001 | 0 | 1001111 | 111 | 1110100 | 1010100 | 111000 |
Color Harmonies of #3FED32
Complementary color
Monochromatic Colors of #3FED32
Black with #3FED32
Text Example
Text Example
White with #3FED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FED32; }
p { color: rgb(63,237,50); }
H1.HeaderClassName
{
color: #3FED32;
}
.AnyTagClassName
{
color: #3FED32;
}
</style>
background-color css
<style>
a { background-color: #3FED32; }
a { background-color: rgb(63,237,50); }
div.DivClassName
{
background-color: #3FED32;
}
.BgClassName
{
background-color: #3FED32;
}
</style>
border-color css
<style>
span { border-color: #3FED32; }
span { border-color: rgb(63,237,50); }
td.TdClassName
{
border-color: #3FED32;
}
.TagClassName
{
border-color: #3FED32;
}
</style>