Shades of Lime Green #3FBD42
Tints of Lime Green #3FBD42
RGB
CMYK
RGB Variations
Color information
#3FBD42 (or 0x3FBD42) is known color: Lime Green. HEX triplet: 3F, BD and 42. RGB value is (63,189,66). Sum of RGB (Red+Green+Blue) = 63+189+66=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 189 (74.22% from 255 or 59.43% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 189 - color contains mainly: green. Hex color #3FBD42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBD42 is #C042BD. Grayscale: #898989. Windows color (decimal): -12599998 or 4373823. OLE color: 4373823.
HSL color Cylindrical-coordinate representation of color #3FBD42: hue angle of 121.43º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBD42 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 189 | 66 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.26 |
| HSL | 121.43º | 0.5% | 0.49% | - |
| HSV(B) | 121.43º | 0.67% | 0.74% | - |
| XYZ | 21.23 | 37.85 | 11.34 | - |
| YUV | 137.3 | 87.76 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 66 | 0.67 | 0 | 0.65 | 0.26 | 121.43 | 0.5 | 0.49 |
| Hex | 3F | BD | 42 | 43 | 0 | 41 | 1A | 79 | 32 | 31 |
| Octal | 77 | 275 | 102 | 103 | 0 | 101 | 32 | 171 | 62 | 61 |
| Binary | 111111 | 10111101 | 1000010 | 1000011 | 0 | 1000001 | 11010 | 1111001 | 110010 | 110001 |
Color Harmonies of #3FBD42
Complementary color
Monochromatic Colors of #3FBD42
Black with #3FBD42
Text Example
Text Example
White with #3FBD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBD42; }
p { color: rgb(63,189,66); }
H1.HeaderClassName
{
color: #3FBD42;
}
.AnyTagClassName
{
color: #3FBD42;
}
</style>
background-color css
<style>
a { background-color: #3FBD42; }
a { background-color: rgb(63,189,66); }
div.DivClassName
{
background-color: #3FBD42;
}
.BgClassName
{
background-color: #3FBD42;
}
</style>
border-color css
<style>
span { border-color: #3FBD42; }
span { border-color: rgb(63,189,66); }
td.TdClassName
{
border-color: #3FBD42;
}
.TagClassName
{
border-color: #3FBD42;
}
</style>