Shades of Lime Green #3FE34B
Tints of Lime Green #3FE34B
RGB
CMYK
RGB Variations
Color information
#3FE34B (or 0x3FE34B) is known color: Lime Green. HEX triplet: 3F, E3 and 4B. RGB value is (63,227,75). Sum of RGB (Red+Green+Blue) = 63+227+75=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 227 (89.06% from 255 or 62.19% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 227 - color contains mainly: green. Hex color #3FE34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE34B is #C01CB4. Grayscale: #A1A1A1. Windows color (decimal): -12590261 or 4973375. OLE color: 4973375.
HSL color Cylindrical-coordinate representation of color #3FE34B: hue angle of 124.39º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE34B is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 227 | 75 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.11 |
| HSL | 124.39º | 0.75% | 0.57% | - |
| HSV(B) | 124.39º | 0.72% | 0.89% | - |
| XYZ | 30.79 | 56.5 | 15.94 | - |
| YUV | 160.64 | 79.67 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 227 | 75 | 0.72 | 0 | 0.67 | 0.11 | 124.39 | 0.75 | 0.57 |
| Hex | 3F | E3 | 4B | 48 | 0 | 43 | B | 7C | 4B | 39 |
| Octal | 77 | 343 | 113 | 110 | 0 | 103 | 13 | 174 | 113 | 71 |
| Binary | 111111 | 11100011 | 1001011 | 1001000 | 0 | 1000011 | 1011 | 1111100 | 1001011 | 111001 |
Color Harmonies of #3FE34B
Complementary color
Monochromatic Colors of #3FE34B
Black with #3FE34B
Text Example
Text Example
White with #3FE34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE34B; }
p { color: rgb(63,227,75); }
H1.HeaderClassName
{
color: #3FE34B;
}
.AnyTagClassName
{
color: #3FE34B;
}
</style>
background-color css
<style>
a { background-color: #3FE34B; }
a { background-color: rgb(63,227,75); }
div.DivClassName
{
background-color: #3FE34B;
}
.BgClassName
{
background-color: #3FE34B;
}
</style>
border-color css
<style>
span { border-color: #3FE34B; }
span { border-color: rgb(63,227,75); }
td.TdClassName
{
border-color: #3FE34B;
}
.TagClassName
{
border-color: #3FE34B;
}
</style>