Shades of Lime Green #3FBD41
Tints of Lime Green #3FBD41
RGB
CMYK
RGB Variations
Color information
#3FBD41 (or 0x3FBD41) is known color: Lime Green. HEX triplet: 3F, BD and 41. RGB value is (63,189,65). Sum of RGB (Red+Green+Blue) = 63+189+65=317 (41% of max value = 765). Red value is 63 (25% from 255 or 19.87% from 317); Green value is 189 (74.22% from 255 or 59.62% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 189 - color contains mainly: green. Hex color #3FBD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBD41 is #C042BE. Grayscale: #898989. Windows color (decimal): -12599999 or 4308287. OLE color: 4308287.
HSL color Cylindrical-coordinate representation of color #3FBD41: hue angle of 120.95º 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 #3FBD41 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 189 | 65 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.26 |
| HSL | 120.95º | 0.5% | 0.49% | - |
| HSV(B) | 120.95º | 0.67% | 0.74% | - |
| XYZ | 21.2 | 37.83 | 11.19 | - |
| YUV | 137.19 | 87.26 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 65 | 0.67 | 0 | 0.66 | 0.26 | 120.95 | 0.5 | 0.49 |
| Hex | 3F | BD | 41 | 43 | 0 | 42 | 1A | 79 | 32 | 31 |
| Octal | 77 | 275 | 101 | 103 | 0 | 102 | 32 | 171 | 62 | 61 |
| Binary | 111111 | 10111101 | 1000001 | 1000011 | 0 | 1000010 | 11010 | 1111001 | 110010 | 110001 |
Color Harmonies of #3FBD41
Complementary color
Monochromatic Colors of #3FBD41
Black with #3FBD41
Text Example
Text Example
White with #3FBD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBD41; }
p { color: rgb(63,189,65); }
H1.HeaderClassName
{
color: #3FBD41;
}
.AnyTagClassName
{
color: #3FBD41;
}
</style>
background-color css
<style>
a { background-color: #3FBD41; }
a { background-color: rgb(63,189,65); }
div.DivClassName
{
background-color: #3FBD41;
}
.BgClassName
{
background-color: #3FBD41;
}
</style>
border-color css
<style>
span { border-color: #3FBD41; }
span { border-color: rgb(63,189,65); }
td.TdClassName
{
border-color: #3FBD41;
}
.TagClassName
{
border-color: #3FBD41;
}
</style>