Shades of Lime Green #3FF12C
Tints of Lime Green #3FF12C
RGB
CMYK
RGB Variations
Color information
#3FF12C (or 0x3FF12C) is known color: Lime Green. HEX triplet: 3F, F1 and 2C. RGB value is (63,241,44). Sum of RGB (Red+Green+Blue) = 63+241+44=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 241 (94.53% from 255 or 69.25% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF12C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF12C is #C00ED3. Grayscale: #A5A5A5. Windows color (decimal): -12586708 or 2945343. OLE color: 2945343.
HSL color Cylindrical-coordinate representation of color #3FF12C: hue angle of 114.21º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3FF12C is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 241 | 44 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.05 |
| HSL | 114.21º | 0.88% | 0.56% | - |
| HSV(B) | 114.21º | 0.82% | 0.95% | - |
| XYZ | 33.96 | 64.15 | 12.98 | - |
| YUV | 165.32 | 59.53 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 241 | 44 | 0.74 | 0 | 0.82 | 0.05 | 114.21 | 0.88 | 0.56 |
| Hex | 3F | F1 | 2C | 4A | 0 | 52 | 5 | 72 | 58 | 38 |
| Octal | 77 | 361 | 54 | 112 | 0 | 122 | 5 | 162 | 130 | 70 |
| Binary | 111111 | 11110001 | 101100 | 1001010 | 0 | 1010010 | 101 | 1110010 | 1011000 | 111000 |
Color Harmonies of #3FF12C
Complementary color
Monochromatic Colors of #3FF12C
Black with #3FF12C
Text Example
Text Example
White with #3FF12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF12C; }
p { color: rgb(63,241,44); }
H1.HeaderClassName
{
color: #3FF12C;
}
.AnyTagClassName
{
color: #3FF12C;
}
</style>
background-color css
<style>
a { background-color: #3FF12C; }
a { background-color: rgb(63,241,44); }
div.DivClassName
{
background-color: #3FF12C;
}
.BgClassName
{
background-color: #3FF12C;
}
</style>
border-color css
<style>
span { border-color: #3FF12C; }
span { border-color: rgb(63,241,44); }
td.TdClassName
{
border-color: #3FF12C;
}
.TagClassName
{
border-color: #3FF12C;
}
</style>