Shades of Lime Green #3FCB41
Tints of Lime Green #3FCB41
RGB
CMYK
RGB Variations
Color information
#3FCB41 (or 0x3FCB41) is known color: Lime Green. HEX triplet: 3F, CB and 41. RGB value is (63,203,65). Sum of RGB (Red+Green+Blue) = 63+203+65=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 203 (79.69% from 255 or 61.33% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCB41 is #C034BE. Grayscale: #919191. Windows color (decimal): -12596415 or 4311871. OLE color: 4311871.
HSL color Cylindrical-coordinate representation of color #3FCB41: hue angle of 120.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCB41 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 203 | 65 | - |
| CMYK | 0.69 | 0 | 0.68 | 0.20 |
| HSL | 120.86º | 0.57% | 0.52% | - |
| HSV(B) | 120.86º | 0.69% | 0.8% | - |
| XYZ | 24.36 | 44.15 | 12.24 | - |
| YUV | 145.41 | 82.62 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 65 | 0.69 | 0 | 0.68 | 0.20 | 120.86 | 0.57 | 0.52 |
| Hex | 3F | CB | 41 | 45 | 0 | 44 | 14 | 79 | 39 | 34 |
| Octal | 77 | 313 | 101 | 105 | 0 | 104 | 24 | 171 | 71 | 64 |
| Binary | 111111 | 11001011 | 1000001 | 1000101 | 0 | 1000100 | 10100 | 1111001 | 111001 | 110100 |
Color Harmonies of #3FCB41
Complementary color
Monochromatic Colors of #3FCB41
Black with #3FCB41
Text Example
Text Example
White with #3FCB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCB41; }
p { color: rgb(63,203,65); }
H1.HeaderClassName
{
color: #3FCB41;
}
.AnyTagClassName
{
color: #3FCB41;
}
</style>
background-color css
<style>
a { background-color: #3FCB41; }
a { background-color: rgb(63,203,65); }
div.DivClassName
{
background-color: #3FCB41;
}
.BgClassName
{
background-color: #3FCB41;
}
</style>
border-color css
<style>
span { border-color: #3FCB41; }
span { border-color: rgb(63,203,65); }
td.TdClassName
{
border-color: #3FCB41;
}
.TagClassName
{
border-color: #3FCB41;
}
</style>