Html Css Color HEX #3FEB40 Lime Green

📋 copy color: '#3FEB40'

red 63 ◦ green 235 ◦ blue 64

#3FEB40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #3FEB40

Tints of Lime Green #3FEB40

RGB

 RED value IS 63 (25% from 255) = 17.4%

 GREEN value IS 235 (92.19% from 255) = 64.92%

 BLUE value IS 64 (25.39% from 255) = 17.68%

R = 17.4%
G = 64.92%
B = 17.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#3FEB40 (or 0x3FEB40) is known color: Lime Green. HEX triplet: 3F, EB and 40. RGB value is (63,235,64). Sum of RGB (Red+Green+Blue) = 63+235+64=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 235 (92.19% from 255 or 64.92% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEB40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEB40 is #C014BF. Grayscale: #A4A4A4. Windows color (decimal): -12588224 or 4254527. OLE color: 4254527.

HSL color Cylindrical-coordinate representation of color #3FEB40: hue angle of 120.35º 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 #3FEB40 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 235 64 -
CMYK 0.73 0 0.73 0.08
HSL 120.35º 0.81% 0.58% -
HSV(B) 120.35º 0.73% 0.92% -
XYZ 32.68 60.84 14.87 -
YUV 164.08 71.52 55.9 -
System Red Green Blue C M Y K H S L
Decimal 63 235 64 0.73 0 0.73 0.08 120.35 0.81 0.58
Hex 3F EB 40 49 0 49 8 78 51 3A
Octal 77 353 100 111 0 111 10 170 121 72
Binary 111111 11101011 1000000 1001001 0 1001001 1000 1111000 1010001 111010

Color Harmonies of #3FEB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEB40

Black with #3FEB40

Text Example


Text Example

White with #3FEB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3FEB40;
 }
 .AnyTagClassName
 {
   color: #3FEB40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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