Shades of Lime Green #3FF334
Tints of Lime Green #3FF334
RGB
CMYK
RGB Variations
Color information
#3FF334 (or 0x3FF334) is known color: Lime Green. HEX triplet: 3F, F3 and 34. RGB value is (63,243,52). Sum of RGB (Red+Green+Blue) = 63+243+52=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 243 (95.31% from 255 or 67.88% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 243 - color contains mainly: green. Hex color #3FF334 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF334 is #C00CCB. Grayscale: #A7A7A7. Windows color (decimal): -12586188 or 3470143. OLE color: 3470143.
HSL color Cylindrical-coordinate representation of color #3FF334: hue angle of 116.54º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FF334 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 243 | 52 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.05 |
| HSL | 116.54º | 0.89% | 0.58% | - |
| HSV(B) | 116.54º | 0.79% | 0.95% | - |
| XYZ | 34.72 | 65.41 | 14.04 | - |
| YUV | 167.41 | 62.87 | 53.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 243 | 52 | 0.74 | 0 | 0.79 | 0.05 | 116.54 | 0.89 | 0.58 |
| Hex | 3F | F3 | 34 | 4A | 0 | 4F | 5 | 75 | 59 | 3A |
| Octal | 77 | 363 | 64 | 112 | 0 | 117 | 5 | 165 | 131 | 72 |
| Binary | 111111 | 11110011 | 110100 | 1001010 | 0 | 1001111 | 101 | 1110101 | 1011001 | 111010 |
Color Harmonies of #3FF334
Complementary color
Monochromatic Colors of #3FF334
Black with #3FF334
Text Example
Text Example
White with #3FF334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF334; }
p { color: rgb(63,243,52); }
H1.HeaderClassName
{
color: #3FF334;
}
.AnyTagClassName
{
color: #3FF334;
}
</style>
background-color css
<style>
a { background-color: #3FF334; }
a { background-color: rgb(63,243,52); }
div.DivClassName
{
background-color: #3FF334;
}
.BgClassName
{
background-color: #3FF334;
}
</style>
border-color css
<style>
span { border-color: #3FF334; }
span { border-color: rgb(63,243,52); }
td.TdClassName
{
border-color: #3FF334;
}
.TagClassName
{
border-color: #3FF334;
}
</style>