#3FEB41

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

Shades of Lime Green #3FEB41

Tints of Lime Green #3FEB41

Color information

#3FEB41 (or 0x3FEB41) is unknown color: approx Lime Green. HEX triplet: 3F, EB and 41. RGB value is (63,235,65). Sum of RGB (Red+Green+Blue) = 63+235+65=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 235 (92.19% from 255 or 64.74% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEB41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEB41 is #C014BE. Grayscale: #A4A4A4. Windows color (decimal): -12588223 or 4320063. OLE color: 4320063.

HSL color Cylindrical-coordinate representation of color #3FEB41: hue angle of 120.7º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEB41 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB6323565-
CMYK0.7300.720.08
HSL120.7º81.13%58.43%-
HSV(B)120.7º73.19%92.16%-
XYZ32.7160.8615.02-
YUV164.1972.0255.82-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.36%
GREEN value IS 235 (92.19% from 255) = 64.74%
BLUE value IS 65 (25.78% from 255) = 17.91%
R=17.36%
G=64.74%
B=17.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal63235650.7300.720.08120.781.1358.43
Hex3FEB4149048879513a
Octal7735310111101101017112172
Binary111111111010111000001100100101001000100011110011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FEB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,235,65); }

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

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

 a { background-color: rgb(63,235,65); }

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

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

 span { border-color: rgb(63,235,65); }

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