Shades of Lime Green #3FCE4B
Tints of Lime Green #3FCE4B
RGB
CMYK
RGB Variations
Color information
#3FCE4B (or 0x3FCE4B) is known color: Lime Green. HEX triplet: 3F, CE and 4B. RGB value is (63,206,75). Sum of RGB (Red+Green+Blue) = 63+206+75=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 206 (80.86% from 255 or 59.88% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCE4B is #C031B4. Grayscale: #949494. Windows color (decimal): -12595637 or 4967999. OLE color: 4967999.
HSL color Cylindrical-coordinate representation of color #3FCE4B: hue angle of 125.03º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCE4B is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 75 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.19 |
| HSL | 125.04º | 0.59% | 0.53% | - |
| HSV(B) | 125.04º | 0.69% | 0.81% | - |
| XYZ | 25.39 | 45.71 | 14.14 | - |
| YUV | 148.31 | 86.62 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 75 | 0.69 | 0 | 0.64 | 0.19 | 125.04 | 0.59 | 0.53 |
| Hex | 3F | CE | 4B | 45 | 0 | 40 | 13 | 7D | 3B | 35 |
| Octal | 77 | 316 | 113 | 105 | 0 | 100 | 23 | 175 | 73 | 65 |
| Binary | 111111 | 11001110 | 1001011 | 1000101 | 0 | 1000000 | 10011 | 1111101 | 111011 | 110101 |
Color Harmonies of #3FCE4B
Complementary color
Monochromatic Colors of #3FCE4B
Black with #3FCE4B
Text Example
Text Example
White with #3FCE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCE4B; }
p { color: rgb(63,206,75); }
H1.HeaderClassName
{
color: #3FCE4B;
}
.AnyTagClassName
{
color: #3FCE4B;
}
</style>
background-color css
<style>
a { background-color: #3FCE4B; }
a { background-color: rgb(63,206,75); }
div.DivClassName
{
background-color: #3FCE4B;
}
.BgClassName
{
background-color: #3FCE4B;
}
</style>
border-color css
<style>
span { border-color: #3FCE4B; }
span { border-color: rgb(63,206,75); }
td.TdClassName
{
border-color: #3FCE4B;
}
.TagClassName
{
border-color: #3FCE4B;
}
</style>