Shades of Lime Green #3FF243
Tints of Lime Green #3FF243
RGB
CMYK
RGB Variations
Color information
#3FF243 (or 0x3FF243) is known color: Lime Green. HEX triplet: 3F, F2 and 43. RGB value is (63,242,67). Sum of RGB (Red+Green+Blue) = 63+242+67=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 242 (94.92% from 255 or 65.05% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF243 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF243 is #C00DBC. Grayscale: #A9A9A9. Windows color (decimal): -12586429 or 4452927. OLE color: 4452927.
HSL color Cylindrical-coordinate representation of color #3FF243: hue angle of 121.34º 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 #3FF243 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 242 | 67 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.05 |
| HSL | 121.34º | 0.87% | 0.6% | - |
| HSV(B) | 121.34º | 0.74% | 0.95% | - |
| XYZ | 34.82 | 64.97 | 16.01 | - |
| YUV | 168.53 | 70.7 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 242 | 67 | 0.74 | 0 | 0.72 | 0.05 | 121.34 | 0.87 | 0.6 |
| Hex | 3F | F2 | 43 | 4A | 0 | 48 | 5 | 79 | 57 | 3C |
| Octal | 77 | 362 | 103 | 112 | 0 | 110 | 5 | 171 | 127 | 74 |
| Binary | 111111 | 11110010 | 1000011 | 1001010 | 0 | 1001000 | 101 | 1111001 | 1010111 | 111100 |
Color Harmonies of #3FF243
Complementary color
Monochromatic Colors of #3FF243
Black with #3FF243
Text Example
Text Example
White with #3FF243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF243; }
p { color: rgb(63,242,67); }
H1.HeaderClassName
{
color: #3FF243;
}
.AnyTagClassName
{
color: #3FF243;
}
</style>
background-color css
<style>
a { background-color: #3FF243; }
a { background-color: rgb(63,242,67); }
div.DivClassName
{
background-color: #3FF243;
}
.BgClassName
{
background-color: #3FF243;
}
</style>
border-color css
<style>
span { border-color: #3FF243; }
span { border-color: rgb(63,242,67); }
td.TdClassName
{
border-color: #3FF243;
}
.TagClassName
{
border-color: #3FF243;
}
</style>