Shades of Lime Green #3FE325
Tints of Lime Green #3FE325
RGB
CMYK
RGB Variations
Color information
#3FE325 (or 0x3FE325) is known color: Lime Green. HEX triplet: 3F, E3 and 25. RGB value is (63,227,37). Sum of RGB (Red+Green+Blue) = 63+227+37=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 227 (89.06% from 255 or 69.42% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 227 - color contains mainly: green. Hex color #3FE325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE325 is #C01CDA. Grayscale: #9C9C9C. Windows color (decimal): -12590299 or 2483007. OLE color: 2483007.
HSL color Cylindrical-coordinate representation of color #3FE325: hue angle of 111.79º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3FE325 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 227 | 37 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.11 |
| HSL | 111.79º | 0.77% | 0.52% | - |
| HSV(B) | 111.79º | 0.84% | 0.89% | - |
| XYZ | 29.85 | 56.13 | 11.01 | - |
| YUV | 156.3 | 60.67 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 227 | 37 | 0.72 | 0 | 0.84 | 0.11 | 111.79 | 0.77 | 0.52 |
| Hex | 3F | E3 | 25 | 48 | 0 | 54 | B | 70 | 4D | 34 |
| Octal | 77 | 343 | 45 | 110 | 0 | 124 | 13 | 160 | 115 | 64 |
| Binary | 111111 | 11100011 | 100101 | 1001000 | 0 | 1010100 | 1011 | 1110000 | 1001101 | 110100 |
Color Harmonies of #3FE325
Complementary color
Monochromatic Colors of #3FE325
Black with #3FE325
Text Example
Text Example
White with #3FE325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE325; }
p { color: rgb(63,227,37); }
H1.HeaderClassName
{
color: #3FE325;
}
.AnyTagClassName
{
color: #3FE325;
}
</style>
background-color css
<style>
a { background-color: #3FE325; }
a { background-color: rgb(63,227,37); }
div.DivClassName
{
background-color: #3FE325;
}
.BgClassName
{
background-color: #3FE325;
}
</style>
border-color css
<style>
span { border-color: #3FE325; }
span { border-color: rgb(63,227,37); }
td.TdClassName
{
border-color: #3FE325;
}
.TagClassName
{
border-color: #3FE325;
}
</style>