Shades of Lime Green #3FC02D
Tints of Lime Green #3FC02D
RGB
CMYK
RGB Variations
Color information
#3FC02D (or 0x3FC02D) is known color: Lime Green. HEX triplet: 3F, C0 and 2D. RGB value is (63,192,45). Sum of RGB (Red+Green+Blue) = 63+192+45=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 192 (75.39% from 255 or 64% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 192 - color contains mainly: green. Hex color #3FC02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC02D is #C03FD2. Grayscale: #898989. Windows color (decimal): -12599251 or 2998335. OLE color: 2998335.
HSL color Cylindrical-coordinate representation of color #3FC02D: hue angle of 112.65º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FC02D is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 192 | 45 | - |
| CMYK | 0.67 | 0 | 0.77 | 0.25 |
| HSL | 112.65º | 0.62% | 0.46% | - |
| HSV(B) | 112.65º | 0.77% | 0.75% | - |
| XYZ | 21.37 | 38.95 | 8.87 | - |
| YUV | 136.67 | 76.26 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 192 | 45 | 0.67 | 0 | 0.77 | 0.25 | 112.65 | 0.62 | 0.46 |
| Hex | 3F | C0 | 2D | 43 | 0 | 4D | 19 | 71 | 3E | 2E |
| Octal | 77 | 300 | 55 | 103 | 0 | 115 | 31 | 161 | 76 | 56 |
| Binary | 111111 | 11000000 | 101101 | 1000011 | 0 | 1001101 | 11001 | 1110001 | 111110 | 101110 |
Color Harmonies of #3FC02D
Complementary color
Monochromatic Colors of #3FC02D
Black with #3FC02D
Text Example
Text Example
White with #3FC02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC02D; }
p { color: rgb(63,192,45); }
H1.HeaderClassName
{
color: #3FC02D;
}
.AnyTagClassName
{
color: #3FC02D;
}
</style>
background-color css
<style>
a { background-color: #3FC02D; }
a { background-color: rgb(63,192,45); }
div.DivClassName
{
background-color: #3FC02D;
}
.BgClassName
{
background-color: #3FC02D;
}
</style>
border-color css
<style>
span { border-color: #3FC02D; }
span { border-color: rgb(63,192,45); }
td.TdClassName
{
border-color: #3FC02D;
}
.TagClassName
{
border-color: #3FC02D;
}
</style>