Html Css Color HEX #3FD141 Lime Green

📋 copy color: '#3FD141'

red 63 ◦ green 209 ◦ blue 65

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

Shades of Lime Green #3FD141

Tints of Lime Green #3FD141

RGB

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

 GREEN value IS 209 (82.03% from 255) = 62.02%

 BLUE value IS 65 (25.78% from 255) = 19.29%

R = 18.69%
G = 62.02%
B = 19.29%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#3FD141 (or 0x3FD141) is known color: Lime Green. HEX triplet: 3F, D1 and 41. RGB value is (63,209,65). Sum of RGB (Red+Green+Blue) = 63+209+65=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 209 (82.03% from 255 or 62.02% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 209 - color contains mainly: green. Hex color #3FD141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD141 is #C02EBE. Grayscale: #959595. Windows color (decimal): -12594879 or 4313407. OLE color: 4313407.

HSL color Cylindrical-coordinate representation of color #3FD141: hue angle of 120.82º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD141 is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 63 209 65 -
CMYK 0.70 0 0.69 0.18
HSL 120.82º 0.61% 0.53% -
HSV(B) 120.82º 0.7% 0.82% -
XYZ 25.8 47.04 12.72 -
YUV 148.93 80.63 66.71 -
System Red Green Blue C M Y K H S L
Decimal 63 209 65 0.70 0 0.69 0.18 120.82 0.61 0.53
Hex 3F D1 41 46 0 45 12 79 3D 35
Octal 77 321 101 106 0 105 22 171 75 65
Binary 111111 11010001 1000001 1000110 0 1000101 10010 1111001 111101 110101

Color Harmonies of #3FD141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD141

Black with #3FD141

Text Example


Text Example

White with #3FD141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,209,65); }

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

background-color css

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

 a { background-color: rgb(63,209,65); }

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

border-color css

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

 span { border-color: rgb(63,209,65); }

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