Shades of Lime Green #3FFF34
Tints of Lime Green #3FFF34
RGB
CMYK
RGB Variations
Color information
#3FFF34 (or 0x3FFF34) is known color: Lime Green. HEX triplet: 3F, FF and 34. RGB value is (63,255,52). Sum of RGB (Red+Green+Blue) = 63+255+52=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 255 (100% from 255 or 68.92% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFF34 is #C000CB. Grayscale: #AFAFAF. Windows color (decimal): -12583116 or 3473215. OLE color: 3473215.
HSL color Cylindrical-coordinate representation of color #3FFF34: hue angle of 116.75º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3FFF34 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 52 | - |
| CMYK | 0.75 | 0 | 0.80 | 0 |
| HSL | 116.75º | 1% | 0.6% | - |
| HSV(B) | 116.75º | 0.8% | 1% | - |
| XYZ | 38.43 | 72.82 | 15.28 | - |
| YUV | 174.45 | 58.89 | 48.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 52 | 0.75 | 0 | 0.80 | 0 | 116.75 | 1 | 0.6 |
| Hex | 3F | FF | 34 | 4B | 0 | 50 | 0 | 75 | 64 | 3C |
| Octal | 77 | 377 | 64 | 113 | 0 | 120 | 0 | 165 | 144 | 74 |
| Binary | 111111 | 11111111 | 110100 | 1001011 | 0 | 1010000 | 0 | 1110101 | 1100100 | 111100 |
Color Harmonies of #3FFF34
Complementary color
Monochromatic Colors of #3FFF34
Black with #3FFF34
Text Example
Text Example
White with #3FFF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF34; }
p { color: rgb(63,255,52); }
H1.HeaderClassName
{
color: #3FFF34;
}
.AnyTagClassName
{
color: #3FFF34;
}
</style>
background-color css
<style>
a { background-color: #3FFF34; }
a { background-color: rgb(63,255,52); }
div.DivClassName
{
background-color: #3FFF34;
}
.BgClassName
{
background-color: #3FFF34;
}
</style>
border-color css
<style>
span { border-color: #3FFF34; }
span { border-color: rgb(63,255,52); }
td.TdClassName
{
border-color: #3FFF34;
}
.TagClassName
{
border-color: #3FFF34;
}
</style>