Shades of Lime Green #3FB92D
Tints of Lime Green #3FB92D
RGB
CMYK
RGB Variations
Color information
#3FB92D (or 0x3FB92D) is known color: Lime Green. HEX triplet: 3F, B9 and 2D. RGB value is (63,185,45). Sum of RGB (Red+Green+Blue) = 63+185+45=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 185 (72.66% from 255 or 63.14% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 185 - color contains mainly: green. Hex color #3FB92D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FB92D is #C046D2. Grayscale: #848484. Windows color (decimal): -12601043 or 2996543. OLE color: 2996543.
HSL color Cylindrical-coordinate representation of color #3FB92D: hue angle of 112.29º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FB92D is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 185 | 45 | - |
| CMYK | 0.66 | 0 | 0.76 | 0.27 |
| HSL | 112.29º | 0.61% | 0.45% | - |
| HSV(B) | 112.29º | 0.76% | 0.73% | - |
| XYZ | 19.87 | 35.94 | 8.37 | - |
| YUV | 132.56 | 78.58 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 185 | 45 | 0.66 | 0 | 0.76 | 0.27 | 112.29 | 0.61 | 0.45 |
| Hex | 3F | B9 | 2D | 42 | 0 | 4C | 1B | 70 | 3D | 2D |
| Octal | 77 | 271 | 55 | 102 | 0 | 114 | 33 | 160 | 75 | 55 |
| Binary | 111111 | 10111001 | 101101 | 1000010 | 0 | 1001100 | 11011 | 1110000 | 111101 | 101101 |
Color Harmonies of #3FB92D
Complementary color
Monochromatic Colors of #3FB92D
Black with #3FB92D
Text Example
Text Example
White with #3FB92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB92D; }
p { color: rgb(63,185,45); }
H1.HeaderClassName
{
color: #3FB92D;
}
.AnyTagClassName
{
color: #3FB92D;
}
</style>
background-color css
<style>
a { background-color: #3FB92D; }
a { background-color: rgb(63,185,45); }
div.DivClassName
{
background-color: #3FB92D;
}
.BgClassName
{
background-color: #3FB92D;
}
</style>
border-color css
<style>
span { border-color: #3FB92D; }
span { border-color: rgb(63,185,45); }
td.TdClassName
{
border-color: #3FB92D;
}
.TagClassName
{
border-color: #3FB92D;
}
</style>