Shades of Lime Green #3FF24D
Tints of Lime Green #3FF24D
RGB
CMYK
RGB Variations
Color information
#3FF24D (or 0x3FF24D) is known color: Lime Green. HEX triplet: 3F, F2 and 4D. RGB value is (63,242,77). Sum of RGB (Red+Green+Blue) = 63+242+77=382 (50% of max value = 765). Red value is 63 (25% from 255 or 16.49% from 382); Green value is 242 (94.92% from 255 or 63.35% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF24D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FF24D is #C00DB2. Grayscale: #AAAAAA. Windows color (decimal): -12586419 or 5108287. OLE color: 5108287.
HSL color Cylindrical-coordinate representation of color #3FF24D: hue angle of 124.69º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF24D is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 242 | 77 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.05 |
| HSL | 124.69º | 0.87% | 0.6% | - |
| HSV(B) | 124.69º | 0.74% | 0.95% | - |
| XYZ | 35.14 | 65.1 | 17.73 | - |
| YUV | 169.67 | 75.7 | 51.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 242 | 77 | 0.74 | 0 | 0.68 | 0.05 | 124.69 | 0.87 | 0.6 |
| Hex | 3F | F2 | 4D | 4A | 0 | 44 | 5 | 7D | 57 | 3C |
| Octal | 77 | 362 | 115 | 112 | 0 | 104 | 5 | 175 | 127 | 74 |
| Binary | 111111 | 11110010 | 1001101 | 1001010 | 0 | 1000100 | 101 | 1111101 | 1010111 | 111100 |
Color Harmonies of #3FF24D
Complementary color
Monochromatic Colors of #3FF24D
Black with #3FF24D
Text Example
Text Example
White with #3FF24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF24D; }
p { color: rgb(63,242,77); }
H1.HeaderClassName
{
color: #3FF24D;
}
.AnyTagClassName
{
color: #3FF24D;
}
</style>
background-color css
<style>
a { background-color: #3FF24D; }
a { background-color: rgb(63,242,77); }
div.DivClassName
{
background-color: #3FF24D;
}
.BgClassName
{
background-color: #3FF24D;
}
</style>
border-color css
<style>
span { border-color: #3FF24D; }
span { border-color: rgb(63,242,77); }
td.TdClassName
{
border-color: #3FF24D;
}
.TagClassName
{
border-color: #3FF24D;
}
</style>