Shades of Lime Green #3FF239
Tints of Lime Green #3FF239
RGB
CMYK
RGB Variations
Color information
#3FF239 (or 0x3FF239) is known color: Lime Green. HEX triplet: 3F, F2 and 39. RGB value is (63,242,57). Sum of RGB (Red+Green+Blue) = 63+242+57=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 242 (94.92% from 255 or 66.85% from 362); Blue value is 57 (22.66% from 255 or 15.75% from 362); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF239 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF239 is #C00DC6. Grayscale: #A7A7A7. Windows color (decimal): -12586439 or 3797567. OLE color: 3797567.
HSL color Cylindrical-coordinate representation of color #3FF239: hue angle of 118.05º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FF239 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 242 | 57 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.05 |
| HSL | 118.05º | 0.88% | 0.59% | - |
| HSV(B) | 118.05º | 0.76% | 0.95% | - |
| XYZ | 34.54 | 64.86 | 14.57 | - |
| YUV | 167.39 | 65.7 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 242 | 57 | 0.74 | 0 | 0.76 | 0.05 | 118.05 | 0.88 | 0.59 |
| Hex | 3F | F2 | 39 | 4A | 0 | 4C | 5 | 76 | 58 | 3B |
| Octal | 77 | 362 | 71 | 112 | 0 | 114 | 5 | 166 | 130 | 73 |
| Binary | 111111 | 11110010 | 111001 | 1001010 | 0 | 1001100 | 101 | 1110110 | 1011000 | 111011 |
Color Harmonies of #3FF239
Complementary color
Monochromatic Colors of #3FF239
Black with #3FF239
Text Example
Text Example
White with #3FF239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF239; }
p { color: rgb(63,242,57); }
H1.HeaderClassName
{
color: #3FF239;
}
.AnyTagClassName
{
color: #3FF239;
}
</style>
background-color css
<style>
a { background-color: #3FF239; }
a { background-color: rgb(63,242,57); }
div.DivClassName
{
background-color: #3FF239;
}
.BgClassName
{
background-color: #3FF239;
}
</style>
border-color css
<style>
span { border-color: #3FF239; }
span { border-color: rgb(63,242,57); }
td.TdClassName
{
border-color: #3FF239;
}
.TagClassName
{
border-color: #3FF239;
}
</style>