Shades of Lime Green #3FE74B
Tints of Lime Green #3FE74B
RGB
CMYK
RGB Variations
Color information
#3FE74B (or 0x3FE74B) is known color: Lime Green. HEX triplet: 3F, E7 and 4B. RGB value is (63,231,75). Sum of RGB (Red+Green+Blue) = 63+231+75=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 231 (90.62% from 255 or 62.60% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE74B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FE74B is #C018B4. Grayscale: #A3A3A3. Windows color (decimal): -12589237 or 4974399. OLE color: 4974399.
HSL color Cylindrical-coordinate representation of color #3FE74B: hue angle of 124.29º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE74B is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 231 | 75 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.09 |
| HSL | 124.29º | 0.78% | 0.58% | - |
| HSV(B) | 124.29º | 0.73% | 0.91% | - |
| XYZ | 31.9 | 58.72 | 16.31 | - |
| YUV | 162.98 | 78.34 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 231 | 75 | 0.73 | 0 | 0.68 | 0.09 | 124.29 | 0.78 | 0.58 |
| Hex | 3F | E7 | 4B | 49 | 0 | 44 | 9 | 7C | 4E | 3A |
| Octal | 77 | 347 | 113 | 111 | 0 | 104 | 11 | 174 | 116 | 72 |
| Binary | 111111 | 11100111 | 1001011 | 1001001 | 0 | 1000100 | 1001 | 1111100 | 1001110 | 111010 |
Color Harmonies of #3FE74B
Complementary color
Monochromatic Colors of #3FE74B
Black with #3FE74B
Text Example
Text Example
White with #3FE74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE74B; }
p { color: rgb(63,231,75); }
H1.HeaderClassName
{
color: #3FE74B;
}
.AnyTagClassName
{
color: #3FE74B;
}
</style>
background-color css
<style>
a { background-color: #3FE74B; }
a { background-color: rgb(63,231,75); }
div.DivClassName
{
background-color: #3FE74B;
}
.BgClassName
{
background-color: #3FE74B;
}
</style>
border-color css
<style>
span { border-color: #3FE74B; }
span { border-color: rgb(63,231,75); }
td.TdClassName
{
border-color: #3FE74B;
}
.TagClassName
{
border-color: #3FE74B;
}
</style>