Html Css Color HEX #3FDE40 Lime Green

📋 copy color: '#3FDE40'

red 63 ◦ green 222 ◦ blue 64

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

Shades of Lime Green #3FDE40

Tints of Lime Green #3FDE40

RGB

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

 GREEN value IS 222 (87.11% from 255) = 63.61%

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

R = 18.05%
G = 63.61%
B = 18.34%

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

#3FDE40 (or 0x3FDE40) is known color: Lime Green. HEX triplet: 3F, DE and 40. RGB value is (63,222,64). Sum of RGB (Red+Green+Blue) = 63+222+64=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 222 (87.11% from 255 or 63.61% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 222 - color contains mainly: green. Hex color #3FDE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDE40 is #C021BF. Grayscale: #9C9C9C. Windows color (decimal): -12591552 or 4251199. OLE color: 4251199.

HSL color Cylindrical-coordinate representation of color #3FDE40: hue angle of 120.38º 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 #3FDE40 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 222 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.1 53.67 13.68 -
YUV 156.45 75.82 61.35 -
System Red Green Blue C M Y K H S L
Decimal 63 222 64 0.72 0 0.71 0.13 120.38 0.71 0.56
Hex 3F DE 40 48 0 47 D 78 47 38
Octal 77 336 100 110 0 107 15 170 107 70
Binary 111111 11011110 1000000 1001000 0 1000111 1101 1111000 1000111 111000

Color Harmonies of #3FDE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDE40

Black with #3FDE40

Text Example


Text Example

White with #3FDE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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