Shades of Lime Green #3FFA34
Tints of Lime Green #3FFA34
RGB
CMYK
RGB Variations
Color information
#3FFA34 (or 0x3FFA34) is known color: Lime Green. HEX triplet: 3F, FA and 34. RGB value is (63,250,52). Sum of RGB (Red+Green+Blue) = 63+250+52=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 250 (98.05% from 255 or 68.49% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFA34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFA34 is #C005CB. Grayscale: #ACACAC. Windows color (decimal): -12584396 or 3471935. OLE color: 3471935.
HSL color Cylindrical-coordinate representation of color #3FFA34: hue angle of 116.67º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FFA34 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 52 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.02 |
| HSL | 116.67º | 0.95% | 0.59% | - |
| HSV(B) | 116.67º | 0.79% | 0.98% | - |
| XYZ | 36.86 | 69.68 | 14.76 | - |
| YUV | 171.52 | 60.55 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 52 | 0.75 | 0 | 0.79 | 0.02 | 116.67 | 0.95 | 0.59 |
| Hex | 3F | FA | 34 | 4B | 0 | 4F | 2 | 75 | 5F | 3B |
| Octal | 77 | 372 | 64 | 113 | 0 | 117 | 2 | 165 | 137 | 73 |
| Binary | 111111 | 11111010 | 110100 | 1001011 | 0 | 1001111 | 10 | 1110101 | 1011111 | 111011 |
Color Harmonies of #3FFA34
Complementary color
Monochromatic Colors of #3FFA34
Black with #3FFA34
Text Example
Text Example
White with #3FFA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFA34; }
p { color: rgb(63,250,52); }
H1.HeaderClassName
{
color: #3FFA34;
}
.AnyTagClassName
{
color: #3FFA34;
}
</style>
background-color css
<style>
a { background-color: #3FFA34; }
a { background-color: rgb(63,250,52); }
div.DivClassName
{
background-color: #3FFA34;
}
.BgClassName
{
background-color: #3FFA34;
}
</style>
border-color css
<style>
span { border-color: #3FFA34; }
span { border-color: rgb(63,250,52); }
td.TdClassName
{
border-color: #3FFA34;
}
.TagClassName
{
border-color: #3FFA34;
}
</style>