Shades of Lime Green #3FF236
Tints of Lime Green #3FF236
RGB
CMYK
RGB Variations
Color information
#3FF236 (or 0x3FF236) is known color: Lime Green. HEX triplet: 3F, F2 and 36. RGB value is (63,242,54). Sum of RGB (Red+Green+Blue) = 63+242+54=359 (47% of max value = 765). Red value is 63 (25% from 255 or 17.55% from 359); Green value is 242 (94.92% from 255 or 67.41% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF236 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF236 is #C00DC9. Grayscale: #A7A7A7. Windows color (decimal): -12586442 or 3600959. OLE color: 3600959.
HSL color Cylindrical-coordinate representation of color #3FF236: hue angle of 117.13º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3FF236 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 242 | 54 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.05 |
| HSL | 117.13º | 0.88% | 0.58% | - |
| HSV(B) | 117.13º | 0.78% | 0.95% | - |
| XYZ | 34.47 | 64.83 | 14.19 | - |
| YUV | 167.05 | 64.2 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 242 | 54 | 0.74 | 0 | 0.78 | 0.05 | 117.13 | 0.88 | 0.58 |
| Hex | 3F | F2 | 36 | 4A | 0 | 4E | 5 | 75 | 58 | 3A |
| Octal | 77 | 362 | 66 | 112 | 0 | 116 | 5 | 165 | 130 | 72 |
| Binary | 111111 | 11110010 | 110110 | 1001010 | 0 | 1001110 | 101 | 1110101 | 1011000 | 111010 |
Color Harmonies of #3FF236
Complementary color
Monochromatic Colors of #3FF236
Black with #3FF236
Text Example
Text Example
White with #3FF236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF236; }
p { color: rgb(63,242,54); }
H1.HeaderClassName
{
color: #3FF236;
}
.AnyTagClassName
{
color: #3FF236;
}
</style>
background-color css
<style>
a { background-color: #3FF236; }
a { background-color: rgb(63,242,54); }
div.DivClassName
{
background-color: #3FF236;
}
.BgClassName
{
background-color: #3FF236;
}
</style>
border-color css
<style>
span { border-color: #3FF236; }
span { border-color: rgb(63,242,54); }
td.TdClassName
{
border-color: #3FF236;
}
.TagClassName
{
border-color: #3FF236;
}
</style>