Shades of Lime Green #3FC33D
Tints of Lime Green #3FC33D
RGB
CMYK
RGB Variations
Color information
#3FC33D (or 0x3FC33D) is known color: Lime Green. HEX triplet: 3F, C3 and 3D. RGB value is (63,195,61). Sum of RGB (Red+Green+Blue) = 63+195+61=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 195 (76.56% from 255 or 61.13% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 195 - color contains mainly: green. Hex color #3FC33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC33D is #C03CC2. Grayscale: #8C8C8C. Windows color (decimal): -12598467 or 4047679. OLE color: 4047679.
HSL color Cylindrical-coordinate representation of color #3FC33D: hue angle of 119.1º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FC33D is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 195 | 61 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.24 |
| HSL | 119.1º | 0.53% | 0.5% | - |
| HSV(B) | 119.1º | 0.69% | 0.76% | - |
| XYZ | 22.41 | 40.42 | 11.04 | - |
| YUV | 140.26 | 83.27 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 195 | 61 | 0.68 | 0 | 0.69 | 0.24 | 119.1 | 0.53 | 0.5 |
| Hex | 3F | C3 | 3D | 44 | 0 | 45 | 18 | 77 | 35 | 32 |
| Octal | 77 | 303 | 75 | 104 | 0 | 105 | 30 | 167 | 65 | 62 |
| Binary | 111111 | 11000011 | 111101 | 1000100 | 0 | 1000101 | 11000 | 1110111 | 110101 | 110010 |
Color Harmonies of #3FC33D
Complementary color
Monochromatic Colors of #3FC33D
Black with #3FC33D
Text Example
Text Example
White with #3FC33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC33D; }
p { color: rgb(63,195,61); }
H1.HeaderClassName
{
color: #3FC33D;
}
.AnyTagClassName
{
color: #3FC33D;
}
</style>
background-color css
<style>
a { background-color: #3FC33D; }
a { background-color: rgb(63,195,61); }
div.DivClassName
{
background-color: #3FC33D;
}
.BgClassName
{
background-color: #3FC33D;
}
</style>
border-color css
<style>
span { border-color: #3FC33D; }
span { border-color: rgb(63,195,61); }
td.TdClassName
{
border-color: #3FC33D;
}
.TagClassName
{
border-color: #3FC33D;
}
</style>