Html Css Color HEX #3FD740 Lime Green

📋 copy color: '#3FD740'

red 63 ◦ green 215 ◦ blue 64

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

Shades of Lime Green #3FD740

Tints of Lime Green #3FD740

RGB

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

 GREEN value IS 215 (84.38% from 255) = 62.87%

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

R = 18.42%
G = 62.87%
B = 18.71%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#3FD740 (or 0x3FD740) is known color: Lime Green. HEX triplet: 3F, D7 and 40. RGB value is (63,215,64). Sum of RGB (Red+Green+Blue) = 63+215+64=342 (45% of max value = 765). Red value is 63 (25% from 255 or 18.42% from 342); Green value is 215 (84.38% from 255 or 62.87% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 215 - color contains mainly: green. Hex color #3FD740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD740 is #C028BF. Grayscale: #989898. Windows color (decimal): -12593344 or 4249407. OLE color: 4249407.

HSL color Cylindrical-coordinate representation of color #3FD740: hue angle of 120.39º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD740 is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 215 64 -
CMYK 0.71 0 0.70 0.16
HSL 120.39º 0.66% 0.55% -
HSV(B) 120.39º 0.71% 0.84% -
XYZ 27.28 50.03 13.07 -
YUV 152.34 78.14 64.28 -
System Red Green Blue C M Y K H S L
Decimal 63 215 64 0.71 0 0.70 0.16 120.39 0.66 0.55
Hex 3F D7 40 47 0 46 10 78 42 37
Octal 77 327 100 107 0 106 20 170 102 67
Binary 111111 11010111 1000000 1000111 0 1000110 10000 1111000 1000010 110111

Color Harmonies of #3FD740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD740

Black with #3FD740

Text Example


Text Example

White with #3FD740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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