Shades of Lime Green #3FC038
Tints of Lime Green #3FC038
RGB
CMYK
RGB Variations
Color information
#3FC038 (or 0x3FC038) is known color: Lime Green. HEX triplet: 3F, C0 and 38. RGB value is (63,192,56). Sum of RGB (Red+Green+Blue) = 63+192+56=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #3FC038 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC038 is #C03FC7. Grayscale: #8A8A8A. Windows color (decimal): -12599240 or 3719231. OLE color: 3719231.
HSL color Cylindrical-coordinate representation of color #3FC038: hue angle of 116.91º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FC038 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 192 | 56 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.25 |
| HSL | 116.91º | 0.55% | 0.49% | - |
| HSV(B) | 116.91º | 0.71% | 0.75% | - |
| XYZ | 21.61 | 39.04 | 10.14 | - |
| YUV | 137.93 | 81.76 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 192 | 56 | 0.67 | 0 | 0.71 | 0.25 | 116.91 | 0.55 | 0.49 |
| Hex | 3F | C0 | 38 | 43 | 0 | 47 | 19 | 75 | 37 | 31 |
| Octal | 77 | 300 | 70 | 103 | 0 | 107 | 31 | 165 | 67 | 61 |
| Binary | 111111 | 11000000 | 111000 | 1000011 | 0 | 1000111 | 11001 | 1110101 | 110111 | 110001 |
Color Harmonies of #3FC038
Complementary color
Monochromatic Colors of #3FC038
Black with #3FC038
Text Example
Text Example
White with #3FC038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC038; }
p { color: rgb(63,192,56); }
H1.HeaderClassName
{
color: #3FC038;
}
.AnyTagClassName
{
color: #3FC038;
}
</style>
background-color css
<style>
a { background-color: #3FC038; }
a { background-color: rgb(63,192,56); }
div.DivClassName
{
background-color: #3FC038;
}
.BgClassName
{
background-color: #3FC038;
}
</style>
border-color css
<style>
span { border-color: #3FC038; }
span { border-color: rgb(63,192,56); }
td.TdClassName
{
border-color: #3FC038;
}
.TagClassName
{
border-color: #3FC038;
}
</style>