Shades of Lime Green #3FC233
Tints of Lime Green #3FC233
RGB
CMYK
RGB Variations
Color information
#3FC233 (or 0x3FC233) is known color: Lime Green. HEX triplet: 3F, C2 and 33. RGB value is (63,194,51). Sum of RGB (Red+Green+Blue) = 63+194+51=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 194 (76.17% from 255 or 62.99% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 194 - color contains mainly: green. Hex color #3FC233 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC233 is #C03DCC. Grayscale: #8A8A8A. Windows color (decimal): -12598733 or 3392063. OLE color: 3392063.
HSL color Cylindrical-coordinate representation of color #3FC233: hue angle of 114.97º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FC233 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 194 | 51 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.24 |
| HSL | 114.97º | 0.58% | 0.48% | - |
| HSV(B) | 114.97º | 0.74% | 0.76% | - |
| XYZ | 21.94 | 39.88 | 9.67 | - |
| YUV | 138.53 | 78.6 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 194 | 51 | 0.68 | 0 | 0.74 | 0.24 | 114.97 | 0.58 | 0.48 |
| Hex | 3F | C2 | 33 | 44 | 0 | 4A | 18 | 73 | 3A | 30 |
| Octal | 77 | 302 | 63 | 104 | 0 | 112 | 30 | 163 | 72 | 60 |
| Binary | 111111 | 11000010 | 110011 | 1000100 | 0 | 1001010 | 11000 | 1110011 | 111010 | 110000 |
Color Harmonies of #3FC233
Complementary color
Monochromatic Colors of #3FC233
Black with #3FC233
Text Example
Text Example
White with #3FC233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC233; }
p { color: rgb(63,194,51); }
H1.HeaderClassName
{
color: #3FC233;
}
.AnyTagClassName
{
color: #3FC233;
}
</style>
background-color css
<style>
a { background-color: #3FC233; }
a { background-color: rgb(63,194,51); }
div.DivClassName
{
background-color: #3FC233;
}
.BgClassName
{
background-color: #3FC233;
}
</style>
border-color css
<style>
span { border-color: #3FC233; }
span { border-color: rgb(63,194,51); }
td.TdClassName
{
border-color: #3FC233;
}
.TagClassName
{
border-color: #3FC233;
}
</style>