Shades of Lime Green #3FC23B
Tints of Lime Green #3FC23B
RGB
CMYK
RGB Variations
Color information
#3FC23B (or 0x3FC23B) is known color: Lime Green. HEX triplet: 3F, C2 and 3B. RGB value is (63,194,59). Sum of RGB (Red+Green+Blue) = 63+194+59=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 194 (76.17% from 255 or 61.39% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 194 - color contains mainly: green. Hex color #3FC23B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC23B is #C03DC4. Grayscale: #8B8B8B. Windows color (decimal): -12598725 or 3916351. OLE color: 3916351.
HSL color Cylindrical-coordinate representation of color #3FC23B: hue angle of 118.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FC23B is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 194 | 59 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.24 |
| HSL | 118.22º | 0.53% | 0.5% | - |
| HSV(B) | 118.22º | 0.7% | 0.76% | - |
| XYZ | 22.13 | 39.96 | 10.68 | - |
| YUV | 139.44 | 82.6 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 194 | 59 | 0.68 | 0 | 0.70 | 0.24 | 118.22 | 0.53 | 0.5 |
| Hex | 3F | C2 | 3B | 44 | 0 | 46 | 18 | 76 | 35 | 32 |
| Octal | 77 | 302 | 73 | 104 | 0 | 106 | 30 | 166 | 65 | 62 |
| Binary | 111111 | 11000010 | 111011 | 1000100 | 0 | 1000110 | 11000 | 1110110 | 110101 | 110010 |
Color Harmonies of #3FC23B
Complementary color
Monochromatic Colors of #3FC23B
Black with #3FC23B
Text Example
Text Example
White with #3FC23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC23B; }
p { color: rgb(63,194,59); }
H1.HeaderClassName
{
color: #3FC23B;
}
.AnyTagClassName
{
color: #3FC23B;
}
</style>
background-color css
<style>
a { background-color: #3FC23B; }
a { background-color: rgb(63,194,59); }
div.DivClassName
{
background-color: #3FC23B;
}
.BgClassName
{
background-color: #3FC23B;
}
</style>
border-color css
<style>
span { border-color: #3FC23B; }
span { border-color: rgb(63,194,59); }
td.TdClassName
{
border-color: #3FC23B;
}
.TagClassName
{
border-color: #3FC23B;
}
</style>