Shades of Lime Green #3FD427
Tints of Lime Green #3FD427
RGB
CMYK
RGB Variations
Color information
#3FD427 (or 0x3FD427) is known color: Lime Green. HEX triplet: 3F, D4 and 27. RGB value is (63,212,39). Sum of RGB (Red+Green+Blue) = 63+212+39=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 212 (83.20% from 255 or 67.52% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 212 - color contains mainly: green. Hex color #3FD427 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD427 is #C02BD8. Grayscale: #949494. Windows color (decimal): -12594137 or 2610239. OLE color: 2610239.
HSL color Cylindrical-coordinate representation of color #3FD427: hue angle of 111.68º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3FD427 is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 63 | 212 | 39 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.17 |
| HSL | 111.68º | 0.69% | 0.49% | - |
| HSV(B) | 111.68º | 0.82% | 0.83% | - |
| XYZ | 25.96 | 48.29 | 9.87 | - |
| YUV | 147.73 | 66.64 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 212 | 39 | 0.70 | 0 | 0.82 | 0.17 | 111.68 | 0.69 | 0.49 |
| Hex | 3F | D4 | 27 | 46 | 0 | 52 | 11 | 70 | 45 | 31 |
| Octal | 77 | 324 | 47 | 106 | 0 | 122 | 21 | 160 | 105 | 61 |
| Binary | 111111 | 11010100 | 100111 | 1000110 | 0 | 1010010 | 10001 | 1110000 | 1000101 | 110001 |
Color Harmonies of #3FD427
Complementary color
Monochromatic Colors of #3FD427
Black with #3FD427
Text Example
Text Example
White with #3FD427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD427; }
p { color: rgb(63,212,39); }
H1.HeaderClassName
{
color: #3FD427;
}
.AnyTagClassName
{
color: #3FD427;
}
</style>
background-color css
<style>
a { background-color: #3FD427; }
a { background-color: rgb(63,212,39); }
div.DivClassName
{
background-color: #3FD427;
}
.BgClassName
{
background-color: #3FD427;
}
</style>
border-color css
<style>
span { border-color: #3FD427; }
span { border-color: rgb(63,212,39); }
td.TdClassName
{
border-color: #3FD427;
}
.TagClassName
{
border-color: #3FD427;
}
</style>