Shades of Lime Green #3FE925
Tints of Lime Green #3FE925
RGB
CMYK
RGB Variations
Color information
#3FE925 (or 0x3FE925) is known color: Lime Green. HEX triplet: 3F, E9 and 25. RGB value is (63,233,37). Sum of RGB (Red+Green+Blue) = 63+233+37=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 233 (91.41% from 255 or 69.97% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 233 - color contains mainly: green. Hex color #3FE925 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FE925 is #C016DA. Grayscale: #A0A0A0. Windows color (decimal): -12588763 or 2484543. OLE color: 2484543.
HSL color Cylindrical-coordinate representation of color #3FE925: hue angle of 112.04º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3FE925 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 233 | 37 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.09 |
| HSL | 112.04º | 0.82% | 0.53% | - |
| HSV(B) | 112.04º | 0.84% | 0.91% | - |
| XYZ | 31.52 | 59.47 | 11.57 | - |
| YUV | 159.83 | 58.68 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 233 | 37 | 0.73 | 0 | 0.84 | 0.09 | 112.04 | 0.82 | 0.53 |
| Hex | 3F | E9 | 25 | 49 | 0 | 54 | 9 | 70 | 52 | 35 |
| Octal | 77 | 351 | 45 | 111 | 0 | 124 | 11 | 160 | 122 | 65 |
| Binary | 111111 | 11101001 | 100101 | 1001001 | 0 | 1010100 | 1001 | 1110000 | 1010010 | 110101 |
Color Harmonies of #3FE925
Complementary color
Monochromatic Colors of #3FE925
Black with #3FE925
Text Example
Text Example
White with #3FE925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE925; }
p { color: rgb(63,233,37); }
H1.HeaderClassName
{
color: #3FE925;
}
.AnyTagClassName
{
color: #3FE925;
}
</style>
background-color css
<style>
a { background-color: #3FE925; }
a { background-color: rgb(63,233,37); }
div.DivClassName
{
background-color: #3FE925;
}
.BgClassName
{
background-color: #3FE925;
}
</style>
border-color css
<style>
span { border-color: #3FE925; }
span { border-color: rgb(63,233,37); }
td.TdClassName
{
border-color: #3FE925;
}
.TagClassName
{
border-color: #3FE925;
}
</style>