Html Css Color HEX #3FD742 Lime Green

📋 copy color: '#3FD742'

red 63 ◦ green 215 ◦ blue 66

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

Shades of Lime Green #3FD742

Tints of Lime Green #3FD742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.19%

R = 18.31%
G = 62.5%
B = 19.19%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#3FD742 (or 0x3FD742) is known color: Lime Green. HEX triplet: 3F, D7 and 42. RGB value is (63,215,66). Sum of RGB (Red+Green+Blue) = 63+215+66=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 215 (84.38% from 255 or 62.5% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 215 - color contains mainly: green. Hex color #3FD742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD742 is #C028BD. Grayscale: #999999. Windows color (decimal): -12593342 or 4380479. OLE color: 4380479.

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

Color convert

RGB 63 215 66 -
CMYK 0.71 0 0.69 0.16
HSL 121.18º 0.66% 0.55% -
HSV(B) 121.18º 0.71% 0.84% -
XYZ 27.33 50.05 13.37 -
YUV 152.57 79.14 64.12 -
System Red Green Blue C M Y K H S L
Decimal 63 215 66 0.71 0 0.69 0.16 121.18 0.66 0.55
Hex 3F D7 42 47 0 45 10 79 42 37
Octal 77 327 102 107 0 105 20 171 102 67
Binary 111111 11010111 1000010 1000111 0 1000101 10000 1111001 1000010 110111

Color Harmonies of #3FD742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD742

Black with #3FD742

Text Example


Text Example

White with #3FD742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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