Shades of Lime Green #3FEE25
Tints of Lime Green #3FEE25
RGB
CMYK
RGB Variations
Color information
#3FEE25 (or 0x3FEE25) is known color: Lime Green. HEX triplet: 3F, EE and 25. RGB value is (63,238,37). Sum of RGB (Red+Green+Blue) = 63+238+37=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 238 (93.36% from 255 or 70.41% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEE25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEE25 is #C011DA. Grayscale: #A3A3A3. Windows color (decimal): -12587483 or 2485823. OLE color: 2485823.
HSL color Cylindrical-coordinate representation of color #3FEE25: hue angle of 112.24º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3FEE25 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 37 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.07 |
| HSL | 112.24º | 0.86% | 0.54% | - |
| HSV(B) | 112.24º | 0.84% | 0.93% | - |
| XYZ | 32.96 | 62.34 | 12.05 | - |
| YUV | 162.76 | 57.02 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 37 | 0.74 | 0 | 0.84 | 0.07 | 112.24 | 0.86 | 0.54 |
| Hex | 3F | EE | 25 | 4A | 0 | 54 | 7 | 70 | 56 | 36 |
| Octal | 77 | 356 | 45 | 112 | 0 | 124 | 7 | 160 | 126 | 66 |
| Binary | 111111 | 11101110 | 100101 | 1001010 | 0 | 1010100 | 111 | 1110000 | 1010110 | 110110 |
Color Harmonies of #3FEE25
Complementary color
Monochromatic Colors of #3FEE25
Black with #3FEE25
Text Example
Text Example
White with #3FEE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEE25; }
p { color: rgb(63,238,37); }
H1.HeaderClassName
{
color: #3FEE25;
}
.AnyTagClassName
{
color: #3FEE25;
}
</style>
background-color css
<style>
a { background-color: #3FEE25; }
a { background-color: rgb(63,238,37); }
div.DivClassName
{
background-color: #3FEE25;
}
.BgClassName
{
background-color: #3FEE25;
}
</style>
border-color css
<style>
span { border-color: #3FEE25; }
span { border-color: rgb(63,238,37); }
td.TdClassName
{
border-color: #3FEE25;
}
.TagClassName
{
border-color: #3FEE25;
}
</style>