Shades of Lime Green #3FC02B
Tints of Lime Green #3FC02B
RGB
CMYK
RGB Variations
Color information
#3FC02B (or 0x3FC02B) is known color: Lime Green. HEX triplet: 3F, C0 and 2B. RGB value is (63,192,43). Sum of RGB (Red+Green+Blue) = 63+192+43=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 192 (75.39% from 255 or 64.43% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 192 - color contains mainly: green. Hex color #3FC02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC02B is #C03FD4. Grayscale: #888888. Windows color (decimal): -12599253 or 2867263. OLE color: 2867263.
HSL color Cylindrical-coordinate representation of color #3FC02B: hue angle of 111.95º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3FC02B is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 192 | 43 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.25 |
| HSL | 111.95º | 0.63% | 0.46% | - |
| HSV(B) | 111.95º | 0.78% | 0.75% | - |
| XYZ | 21.34 | 38.93 | 8.68 | - |
| YUV | 136.44 | 75.26 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 192 | 43 | 0.67 | 0 | 0.78 | 0.25 | 111.95 | 0.63 | 0.46 |
| Hex | 3F | C0 | 2B | 43 | 0 | 4E | 19 | 70 | 3F | 2E |
| Octal | 77 | 300 | 53 | 103 | 0 | 116 | 31 | 160 | 77 | 56 |
| Binary | 111111 | 11000000 | 101011 | 1000011 | 0 | 1001110 | 11001 | 1110000 | 111111 | 101110 |
Color Harmonies of #3FC02B
Complementary color
Monochromatic Colors of #3FC02B
Black with #3FC02B
Text Example
Text Example
White with #3FC02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC02B; }
p { color: rgb(63,192,43); }
H1.HeaderClassName
{
color: #3FC02B;
}
.AnyTagClassName
{
color: #3FC02B;
}
</style>
background-color css
<style>
a { background-color: #3FC02B; }
a { background-color: rgb(63,192,43); }
div.DivClassName
{
background-color: #3FC02B;
}
.BgClassName
{
background-color: #3FC02B;
}
</style>
border-color css
<style>
span { border-color: #3FC02B; }
span { border-color: rgb(63,192,43); }
td.TdClassName
{
border-color: #3FC02B;
}
.TagClassName
{
border-color: #3FC02B;
}
</style>