Shades of Lime Green #3FDB30
Tints of Lime Green #3FDB30
RGB
CMYK
RGB Variations
Color information
#3FDB30 (or 0x3FDB30) is known color: Lime Green. HEX triplet: 3F, DB and 30. RGB value is (63,219,48). Sum of RGB (Red+Green+Blue) = 63+219+48=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 219 (85.94% from 255 or 66.36% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDB30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDB30 is #C024CF. Grayscale: #999999. Windows color (decimal): -12592336 or 3201855. OLE color: 3201855.
HSL color Cylindrical-coordinate representation of color #3FDB30: hue angle of 114.74º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3FDB30 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 48 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.14 |
| HSL | 114.74º | 0.7% | 0.52% | - |
| HSV(B) | 114.74º | 0.78% | 0.86% | - |
| XYZ | 27.91 | 51.93 | 11.35 | - |
| YUV | 152.86 | 68.82 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 48 | 0.71 | 0 | 0.78 | 0.14 | 114.74 | 0.7 | 0.52 |
| Hex | 3F | DB | 30 | 47 | 0 | 4E | E | 73 | 46 | 34 |
| Octal | 77 | 333 | 60 | 107 | 0 | 116 | 16 | 163 | 106 | 64 |
| Binary | 111111 | 11011011 | 110000 | 1000111 | 0 | 1001110 | 1110 | 1110011 | 1000110 | 110100 |
Color Harmonies of #3FDB30
Complementary color
Monochromatic Colors of #3FDB30
Black with #3FDB30
Text Example
Text Example
White with #3FDB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDB30; }
p { color: rgb(63,219,48); }
H1.HeaderClassName
{
color: #3FDB30;
}
.AnyTagClassName
{
color: #3FDB30;
}
</style>
background-color css
<style>
a { background-color: #3FDB30; }
a { background-color: rgb(63,219,48); }
div.DivClassName
{
background-color: #3FDB30;
}
.BgClassName
{
background-color: #3FDB30;
}
</style>
border-color css
<style>
span { border-color: #3FDB30; }
span { border-color: rgb(63,219,48); }
td.TdClassName
{
border-color: #3FDB30;
}
.TagClassName
{
border-color: #3FDB30;
}
</style>