Html Css Color HEX #3FEC40 Lime Green

📋 copy color: '#3FEC40'

red 63 ◦ green 236 ◦ blue 64

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

Shades of Lime Green #3FEC40

Tints of Lime Green #3FEC40

RGB

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

 GREEN value IS 236 (92.58% from 255) = 65.01%

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

R = 17.36%
G = 65.01%
B = 17.63%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#3FEC40 (or 0x3FEC40) is known color: Lime Green. HEX triplet: 3F, EC and 40. RGB value is (63,236,64). Sum of RGB (Red+Green+Blue) = 63+236+64=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 236 (92.58% from 255 or 65.01% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEC40 is #C013BF. Grayscale: #A5A5A5. Windows color (decimal): -12587968 or 4254783. OLE color: 4254783.

HSL color Cylindrical-coordinate representation of color #3FEC40: hue angle of 120.35º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEC40 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 236 64 -
CMYK 0.73 0 0.73 0.07
HSL 120.35º 0.82% 0.59% -
HSV(B) 120.35º 0.73% 0.93% -
XYZ 32.97 61.42 14.97 -
YUV 164.67 71.19 55.49 -
System Red Green Blue C M Y K H S L
Decimal 63 236 64 0.73 0 0.73 0.07 120.35 0.82 0.59
Hex 3F EC 40 49 0 49 7 78 52 3B
Octal 77 354 100 111 0 111 7 170 122 73
Binary 111111 11101100 1000000 1001001 0 1001001 111 1111000 1010010 111011

Color Harmonies of #3FEC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEC40

Black with #3FEC40

Text Example


Text Example

White with #3FEC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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