#3FE850

Color #3FE850 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #3FE850

Tints of Lime Green #3FE850

Color information

#3FE850 (or 0x3FE850) is unknown color: approx Lime Green. HEX triplet: 3F, E8 and 50. RGB value is (63,232,80). Sum of RGB (Red+Green+Blue) = 63+232+80=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 232 (91.02% from 255 or 61.87% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 232 - color contains mainly: green. Hex color #3FE850 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FE850 is #C017AF. Grayscale: #A4A4A4. Windows color (decimal): -12588976 or 5302335. OLE color: 5302335.

HSL color Cylindrical-coordinate representation of color #3FE850: hue angle of 126.04º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE850 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB6323280-
CMYK0.7300.660.09
HSL126.04º78.6%57.84%-
HSV(B)126.04º72.84%90.98%-
XYZ32.3559.3517.34-
YUV164.1480.5155.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 16.8%
GREEN value IS 232 (91.02% from 255) = 61.87%
BLUE value IS 80 (31.64% from 255) = 21.33%
R=16.8%
G=61.87%
B=21.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal63232800.7300.660.09126.0478.657.84
Hex3FE8504904297e4f3a
Octal7735012011101021117611772
Binary111111111010001010000100100101000010100111111101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FE850; }

 p { color: rgb(63,232,80); }

 H1.HeaderClassName
 {
   color: #3FE850;
 }
 .AnyTagClassName
 {
   color: #3FE850;
 }
</style>
background-color css

<style>
 a { background-color: #3FE850; }

 a { background-color: rgb(63,232,80); }

 div.DivClassName
 {
   background-color: #3FE850;
 }
 .BgClassName
 {
   background-color: #3FE850;
 }
</style>
border-color css

<style>
 span { border-color: #3FE850; }

 span { border-color: rgb(63,232,80); }

 td.TdClassName
 {
   border-color: #3FE850;
 }
 .TagClassName
 {
   border-color: #3FE850;
 }
</style>