Html Css Color HEX #3FDF40 Lime Green

📋 copy color: '#3FDF40'

red 63 ◦ green 223 ◦ blue 64

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

Shades of Lime Green #3FDF40

Tints of Lime Green #3FDF40

RGB

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

 GREEN value IS 223 (87.5% from 255) = 63.71%

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

R = 18%
G = 63.71%
B = 18.29%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#3FDF40 (or 0x3FDF40) is known color: Lime Green. HEX triplet: 3F, DF and 40. RGB value is (63,223,64). Sum of RGB (Red+Green+Blue) = 63+223+64=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 223 (87.5% from 255 or 63.71% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDF40 is #C020BF. Grayscale: #9D9D9D. Windows color (decimal): -12591296 or 4251455. OLE color: 4251455.

HSL color Cylindrical-coordinate representation of color #3FDF40: hue angle of 120.37º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDF40 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 223 64 -
CMYK 0.72 0 0.71 0.13
HSL 120.38º 0.71% 0.56% -
HSV(B) 120.38º 0.72% 0.87% -
XYZ 29.36 54.2 13.76 -
YUV 157.03 75.49 60.93 -
System Red Green Blue C M Y K H S L
Decimal 63 223 64 0.72 0 0.71 0.13 120.38 0.71 0.56
Hex 3F DF 40 48 0 47 D 78 47 38
Octal 77 337 100 110 0 107 15 170 107 70
Binary 111111 11011111 1000000 1001000 0 1000111 1101 1111000 1000111 111000

Color Harmonies of #3FDF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDF40

Black with #3FDF40

Text Example


Text Example

White with #3FDF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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