Shades of Lime Green #3FFC38
Tints of Lime Green #3FFC38
RGB
CMYK
RGB Variations
Color information
#3FFC38 (or 0x3FFC38) is known color: Lime Green. HEX triplet: 3F, FC and 38. RGB value is (63,252,56). Sum of RGB (Red+Green+Blue) = 63+252+56=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 252 (98.83% from 255 or 67.92% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFC38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFC38 is #C003C7. Grayscale: #ADADAD. Windows color (decimal): -12583880 or 3734591. OLE color: 3734591.
HSL color Cylindrical-coordinate representation of color #3FFC38: hue angle of 117.86º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3FFC38 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 56 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.01 |
| HSL | 117.86º | 0.97% | 0.6% | - |
| HSV(B) | 117.86º | 0.78% | 0.99% | - |
| XYZ | 37.57 | 70.96 | 15.46 | - |
| YUV | 173.15 | 61.88 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 56 | 0.75 | 0 | 0.78 | 0.01 | 117.86 | 0.97 | 0.6 |
| Hex | 3F | FC | 38 | 4B | 0 | 4E | 1 | 76 | 61 | 3C |
| Octal | 77 | 374 | 70 | 113 | 0 | 116 | 1 | 166 | 141 | 74 |
| Binary | 111111 | 11111100 | 111000 | 1001011 | 0 | 1001110 | 1 | 1110110 | 1100001 | 111100 |
Color Harmonies of #3FFC38
Complementary color
Monochromatic Colors of #3FFC38
Black with #3FFC38
Text Example
Text Example
White with #3FFC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFC38; }
p { color: rgb(63,252,56); }
H1.HeaderClassName
{
color: #3FFC38;
}
.AnyTagClassName
{
color: #3FFC38;
}
</style>
background-color css
<style>
a { background-color: #3FFC38; }
a { background-color: rgb(63,252,56); }
div.DivClassName
{
background-color: #3FFC38;
}
.BgClassName
{
background-color: #3FFC38;
}
</style>
border-color css
<style>
span { border-color: #3FFC38; }
span { border-color: rgb(63,252,56); }
td.TdClassName
{
border-color: #3FFC38;
}
.TagClassName
{
border-color: #3FFC38;
}
</style>