Shades of Lime Green #3FD523
Tints of Lime Green #3FD523
RGB
CMYK
RGB Variations
Color information
#3FD523 (or 0x3FD523) is known color: Lime Green. HEX triplet: 3F, D5 and 23. RGB value is (63,213,35). Sum of RGB (Red+Green+Blue) = 63+213+35=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 213 (83.59% from 255 or 68.49% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD523 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD523 is #C02ADC. Grayscale: #949494. Windows color (decimal): -12593885 or 2348351. OLE color: 2348351.
HSL color Cylindrical-coordinate representation of color #3FD523: hue angle of 110.56º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3FD523 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 213 | 35 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.16 |
| HSL | 110.56º | 0.72% | 0.49% | - |
| HSV(B) | 110.56º | 0.84% | 0.84% | - |
| XYZ | 26.15 | 48.77 | 9.62 | - |
| YUV | 147.86 | 64.31 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 213 | 35 | 0.70 | 0 | 0.84 | 0.16 | 110.56 | 0.72 | 0.49 |
| Hex | 3F | D5 | 23 | 46 | 0 | 54 | 10 | 6F | 48 | 31 |
| Octal | 77 | 325 | 43 | 106 | 0 | 124 | 20 | 157 | 110 | 61 |
| Binary | 111111 | 11010101 | 100011 | 1000110 | 0 | 1010100 | 10000 | 1101111 | 1001000 | 110001 |
Color Harmonies of #3FD523
Complementary color
Monochromatic Colors of #3FD523
Black with #3FD523
Text Example
Text Example
White with #3FD523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD523; }
p { color: rgb(63,213,35); }
H1.HeaderClassName
{
color: #3FD523;
}
.AnyTagClassName
{
color: #3FD523;
}
</style>
background-color css
<style>
a { background-color: #3FD523; }
a { background-color: rgb(63,213,35); }
div.DivClassName
{
background-color: #3FD523;
}
.BgClassName
{
background-color: #3FD523;
}
</style>
border-color css
<style>
span { border-color: #3FD523; }
span { border-color: rgb(63,213,35); }
td.TdClassName
{
border-color: #3FD523;
}
.TagClassName
{
border-color: #3FD523;
}
</style>