Shades of Lime Green #3FDF3A
Tints of Lime Green #3FDF3A
RGB
CMYK
RGB Variations
Color information
#3FDF3A (or 0x3FDF3A) is known color: Lime Green. HEX triplet: 3F, DF and 3A. RGB value is (63,223,58). Sum of RGB (Red+Green+Blue) = 63+223+58=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 223 (87.5% from 255 or 64.83% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDF3A is #C020C5. Grayscale: #9C9C9C. Windows color (decimal): -12591302 or 3858239. OLE color: 3858239.
HSL color Cylindrical-coordinate representation of color #3FDF3A: hue angle of 118.18º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FDF3A is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 58 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.13 |
| HSL | 118.18º | 0.72% | 0.55% | - |
| HSV(B) | 118.18º | 0.74% | 0.87% | - |
| XYZ | 29.2 | 54.14 | 12.91 | - |
| YUV | 156.35 | 72.49 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 58 | 0.72 | 0 | 0.74 | 0.13 | 118.18 | 0.72 | 0.55 |
| Hex | 3F | DF | 3A | 48 | 0 | 4A | D | 76 | 48 | 37 |
| Octal | 77 | 337 | 72 | 110 | 0 | 112 | 15 | 166 | 110 | 67 |
| Binary | 111111 | 11011111 | 111010 | 1001000 | 0 | 1001010 | 1101 | 1110110 | 1001000 | 110111 |
Color Harmonies of #3FDF3A
Complementary color
Monochromatic Colors of #3FDF3A
Black with #3FDF3A
Text Example
Text Example
White with #3FDF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDF3A; }
p { color: rgb(63,223,58); }
H1.HeaderClassName
{
color: #3FDF3A;
}
.AnyTagClassName
{
color: #3FDF3A;
}
</style>
background-color css
<style>
a { background-color: #3FDF3A; }
a { background-color: rgb(63,223,58); }
div.DivClassName
{
background-color: #3FDF3A;
}
.BgClassName
{
background-color: #3FDF3A;
}
</style>
border-color css
<style>
span { border-color: #3FDF3A; }
span { border-color: rgb(63,223,58); }
td.TdClassName
{
border-color: #3FDF3A;
}
.TagClassName
{
border-color: #3FDF3A;
}
</style>