Shades of Lime Green #3FC830
Tints of Lime Green #3FC830
RGB
CMYK
RGB Variations
Color information
#3FC830 (or 0x3FC830) is known color: Lime Green. HEX triplet: 3F, C8 and 30. RGB value is (63,200,48). Sum of RGB (Red+Green+Blue) = 63+200+48=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 200 (78.52% from 255 or 64.31% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 200 - color contains mainly: green. Hex color #3FC830 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC830 is #C037CF. Grayscale: #8E8E8E. Windows color (decimal): -12597200 or 3196991. OLE color: 3196991.
HSL color Cylindrical-coordinate representation of color #3FC830: hue angle of 114.08º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FC830 is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 200 | 48 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.22 |
| HSL | 114.08º | 0.61% | 0.49% | - |
| HSV(B) | 114.08º | 0.76% | 0.78% | - |
| XYZ | 23.24 | 42.58 | 9.79 | - |
| YUV | 141.71 | 75.11 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 200 | 48 | 0.68 | 0 | 0.76 | 0.22 | 114.08 | 0.61 | 0.49 |
| Hex | 3F | C8 | 30 | 44 | 0 | 4C | 16 | 72 | 3D | 31 |
| Octal | 77 | 310 | 60 | 104 | 0 | 114 | 26 | 162 | 75 | 61 |
| Binary | 111111 | 11001000 | 110000 | 1000100 | 0 | 1001100 | 10110 | 1110010 | 111101 | 110001 |
Color Harmonies of #3FC830
Complementary color
Monochromatic Colors of #3FC830
Black with #3FC830
Text Example
Text Example
White with #3FC830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC830; }
p { color: rgb(63,200,48); }
H1.HeaderClassName
{
color: #3FC830;
}
.AnyTagClassName
{
color: #3FC830;
}
</style>
background-color css
<style>
a { background-color: #3FC830; }
a { background-color: rgb(63,200,48); }
div.DivClassName
{
background-color: #3FC830;
}
.BgClassName
{
background-color: #3FC830;
}
</style>
border-color css
<style>
span { border-color: #3FC830; }
span { border-color: rgb(63,200,48); }
td.TdClassName
{
border-color: #3FC830;
}
.TagClassName
{
border-color: #3FC830;
}
</style>