Shades of Lime Green #3FF229
Tints of Lime Green #3FF229
RGB
CMYK
RGB Variations
Color information
#3FF229 (or 0x3FF229) is known color: Lime Green. HEX triplet: 3F, F2 and 29. RGB value is (63,242,41). Sum of RGB (Red+Green+Blue) = 63+242+41=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 242 (94.92% from 255 or 69.94% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF229 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF229 is #C00DD6. Grayscale: #A6A6A6. Windows color (decimal): -12586455 or 2748991. OLE color: 2748991.
HSL color Cylindrical-coordinate representation of color #3FF229: hue angle of 113.43º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3FF229 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 242 | 41 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.05 |
| HSL | 113.43º | 0.89% | 0.55% | - |
| HSV(B) | 113.43º | 0.83% | 0.95% | - |
| XYZ | 34.2 | 64.72 | 12.79 | - |
| YUV | 165.57 | 57.7 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 242 | 41 | 0.74 | 0 | 0.83 | 0.05 | 113.43 | 0.89 | 0.55 |
| Hex | 3F | F2 | 29 | 4A | 0 | 53 | 5 | 71 | 59 | 37 |
| Octal | 77 | 362 | 51 | 112 | 0 | 123 | 5 | 161 | 131 | 67 |
| Binary | 111111 | 11110010 | 101001 | 1001010 | 0 | 1010011 | 101 | 1110001 | 1011001 | 110111 |
Color Harmonies of #3FF229
Complementary color
Monochromatic Colors of #3FF229
Black with #3FF229
Text Example
Text Example
White with #3FF229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF229; }
p { color: rgb(63,242,41); }
H1.HeaderClassName
{
color: #3FF229;
}
.AnyTagClassName
{
color: #3FF229;
}
</style>
background-color css
<style>
a { background-color: #3FF229; }
a { background-color: rgb(63,242,41); }
div.DivClassName
{
background-color: #3FF229;
}
.BgClassName
{
background-color: #3FF229;
}
</style>
border-color css
<style>
span { border-color: #3FF229; }
span { border-color: rgb(63,242,41); }
td.TdClassName
{
border-color: #3FF229;
}
.TagClassName
{
border-color: #3FF229;
}
</style>