Shades of Lime Green #3FDA23
Tints of Lime Green #3FDA23
RGB
CMYK
RGB Variations
Color information
#3FDA23 (or 0x3FDA23) is known color: Lime Green. HEX triplet: 3F, DA and 23. RGB value is (63,218,35). Sum of RGB (Red+Green+Blue) = 63+218+35=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 218 (85.55% from 255 or 68.99% from 316); Blue value is 35 (14.06% from 255 or 11.08% from 316); Max value from RGB is 218 - color contains mainly: green. Hex color #3FDA23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDA23 is #C025DC. Grayscale: #979797. Windows color (decimal): -12592605 or 2349631. OLE color: 2349631.
HSL color Cylindrical-coordinate representation of color #3FDA23: hue angle of 110.82º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3FDA23 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 218 | 35 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.15 |
| HSL | 110.82º | 0.72% | 0.5% | - |
| HSV(B) | 110.82º | 0.84% | 0.85% | - |
| XYZ | 27.42 | 51.32 | 10.05 | - |
| YUV | 150.79 | 62.65 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 218 | 35 | 0.71 | 0 | 0.84 | 0.15 | 110.82 | 0.72 | 0.5 |
| Hex | 3F | DA | 23 | 47 | 0 | 54 | F | 6F | 48 | 32 |
| Octal | 77 | 332 | 43 | 107 | 0 | 124 | 17 | 157 | 110 | 62 |
| Binary | 111111 | 11011010 | 100011 | 1000111 | 0 | 1010100 | 1111 | 1101111 | 1001000 | 110010 |
Color Harmonies of #3FDA23
Complementary color
Monochromatic Colors of #3FDA23
Black with #3FDA23
Text Example
Text Example
White with #3FDA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDA23; }
p { color: rgb(63,218,35); }
H1.HeaderClassName
{
color: #3FDA23;
}
.AnyTagClassName
{
color: #3FDA23;
}
</style>
background-color css
<style>
a { background-color: #3FDA23; }
a { background-color: rgb(63,218,35); }
div.DivClassName
{
background-color: #3FDA23;
}
.BgClassName
{
background-color: #3FDA23;
}
</style>
border-color css
<style>
span { border-color: #3FDA23; }
span { border-color: rgb(63,218,35); }
td.TdClassName
{
border-color: #3FDA23;
}
.TagClassName
{
border-color: #3FDA23;
}
</style>