Shades of Lime Green #3FCD26
Tints of Lime Green #3FCD26
RGB
CMYK
RGB Variations
Color information
#3FCD26 (or 0x3FCD26) is known color: Lime Green. HEX triplet: 3F, CD and 26. RGB value is (63,205,38). Sum of RGB (Red+Green+Blue) = 63+205+38=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 205 (80.47% from 255 or 66.99% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCD26 is #C032D9. Grayscale: #909090. Windows color (decimal): -12595930 or 2542911. OLE color: 2542911.
HSL color Cylindrical-coordinate representation of color #3FCD26: hue angle of 111.02º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3FCD26 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 38 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.20 |
| HSL | 111.02º | 0.69% | 0.48% | - |
| HSV(B) | 111.02º | 0.81% | 0.8% | - |
| XYZ | 24.23 | 44.86 | 9.22 | - |
| YUV | 143.5 | 68.46 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 38 | 0.69 | 0 | 0.81 | 0.20 | 111.02 | 0.69 | 0.48 |
| Hex | 3F | CD | 26 | 45 | 0 | 51 | 14 | 6F | 45 | 30 |
| Octal | 77 | 315 | 46 | 105 | 0 | 121 | 24 | 157 | 105 | 60 |
| Binary | 111111 | 11001101 | 100110 | 1000101 | 0 | 1010001 | 10100 | 1101111 | 1000101 | 110000 |
Color Harmonies of #3FCD26
Complementary color
Monochromatic Colors of #3FCD26
Black with #3FCD26
Text Example
Text Example
White with #3FCD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD26; }
p { color: rgb(63,205,38); }
H1.HeaderClassName
{
color: #3FCD26;
}
.AnyTagClassName
{
color: #3FCD26;
}
</style>
background-color css
<style>
a { background-color: #3FCD26; }
a { background-color: rgb(63,205,38); }
div.DivClassName
{
background-color: #3FCD26;
}
.BgClassName
{
background-color: #3FCD26;
}
</style>
border-color css
<style>
span { border-color: #3FCD26; }
span { border-color: rgb(63,205,38); }
td.TdClassName
{
border-color: #3FCD26;
}
.TagClassName
{
border-color: #3FCD26;
}
</style>