Shades of Lime Green #3FED4B
Tints of Lime Green #3FED4B
RGB
CMYK
RGB Variations
Color information
#3FED4B (or 0x3FED4B) is known color: Lime Green. HEX triplet: 3F, ED and 4B. RGB value is (63,237,75). Sum of RGB (Red+Green+Blue) = 63+237+75=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 237 (92.97% from 255 or 63.2% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 237 - color contains mainly: green. Hex color #3FED4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FED4B is #C012B4. Grayscale: #A6A6A6. Windows color (decimal): -12587701 or 4975935. OLE color: 4975935.
HSL color Cylindrical-coordinate representation of color #3FED4B: hue angle of 124.14º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FED4B is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 75 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.07 |
| HSL | 124.14º | 0.83% | 0.59% | - |
| HSV(B) | 124.14º | 0.73% | 0.93% | - |
| XYZ | 33.6 | 62.13 | 16.88 | - |
| YUV | 166.51 | 76.35 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 75 | 0.73 | 0 | 0.68 | 0.07 | 124.14 | 0.83 | 0.59 |
| Hex | 3F | ED | 4B | 49 | 0 | 44 | 7 | 7C | 53 | 3B |
| Octal | 77 | 355 | 113 | 111 | 0 | 104 | 7 | 174 | 123 | 73 |
| Binary | 111111 | 11101101 | 1001011 | 1001001 | 0 | 1000100 | 111 | 1111100 | 1010011 | 111011 |
Color Harmonies of #3FED4B
Complementary color
Monochromatic Colors of #3FED4B
Black with #3FED4B
Text Example
Text Example
White with #3FED4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FED4B; }
p { color: rgb(63,237,75); }
H1.HeaderClassName
{
color: #3FED4B;
}
.AnyTagClassName
{
color: #3FED4B;
}
</style>
background-color css
<style>
a { background-color: #3FED4B; }
a { background-color: rgb(63,237,75); }
div.DivClassName
{
background-color: #3FED4B;
}
.BgClassName
{
background-color: #3FED4B;
}
</style>
border-color css
<style>
span { border-color: #3FED4B; }
span { border-color: rgb(63,237,75); }
td.TdClassName
{
border-color: #3FED4B;
}
.TagClassName
{
border-color: #3FED4B;
}
</style>