Shades of Lime Green #3FDF26
Tints of Lime Green #3FDF26
RGB
CMYK
RGB Variations
Color information
#3FDF26 (or 0x3FDF26) is known color: Lime Green. HEX triplet: 3F, DF and 26. RGB value is (63,223,38). Sum of RGB (Red+Green+Blue) = 63+223+38=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 223 (87.5% from 255 or 68.83% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDF26 is #C020D9. Grayscale: #9A9A9A. Windows color (decimal): -12591322 or 2547519. OLE color: 2547519.
HSL color Cylindrical-coordinate representation of color #3FDF26: hue angle of 111.89º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3FDF26 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 38 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.13 |
| HSL | 111.89º | 0.74% | 0.51% | - |
| HSV(B) | 111.89º | 0.83% | 0.87% | - |
| XYZ | 28.79 | 53.97 | 10.73 | - |
| YUV | 154.07 | 62.49 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 38 | 0.72 | 0 | 0.83 | 0.13 | 111.89 | 0.74 | 0.51 |
| Hex | 3F | DF | 26 | 48 | 0 | 53 | D | 70 | 4A | 33 |
| Octal | 77 | 337 | 46 | 110 | 0 | 123 | 15 | 160 | 112 | 63 |
| Binary | 111111 | 11011111 | 100110 | 1001000 | 0 | 1010011 | 1101 | 1110000 | 1001010 | 110011 |
Color Harmonies of #3FDF26
Complementary color
Monochromatic Colors of #3FDF26
Black with #3FDF26
Text Example
Text Example
White with #3FDF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDF26; }
p { color: rgb(63,223,38); }
H1.HeaderClassName
{
color: #3FDF26;
}
.AnyTagClassName
{
color: #3FDF26;
}
</style>
background-color css
<style>
a { background-color: #3FDF26; }
a { background-color: rgb(63,223,38); }
div.DivClassName
{
background-color: #3FDF26;
}
.BgClassName
{
background-color: #3FDF26;
}
</style>
border-color css
<style>
span { border-color: #3FDF26; }
span { border-color: rgb(63,223,38); }
td.TdClassName
{
border-color: #3FDF26;
}
.TagClassName
{
border-color: #3FDF26;
}
</style>