Html Css Color HEX #3FD14A Lime Green

📋 copy color: '#3FD14A'

red 63 ◦ green 209 ◦ blue 74

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

Shades of Lime Green #3FD14A

Tints of Lime Green #3FD14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.39%

R = 18.21%
G = 60.4%
B = 21.39%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#3FD14A (or 0x3FD14A) is known color: Lime Green. HEX triplet: 3F, D1 and 4A. RGB value is (63,209,74). Sum of RGB (Red+Green+Blue) = 63+209+74=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 209 (82.03% from 255 or 60.40% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 209 - color contains mainly: green. Hex color #3FD14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD14A is #C02EB5. Grayscale: #969696. Windows color (decimal): -12594870 or 4903231. OLE color: 4903231.

HSL color Cylindrical-coordinate representation of color #3FD14A: hue angle of 124.52º 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 #3FD14A is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 63 209 74 -
CMYK 0.70 0 0.65 0.18
HSL 124.52º 0.61% 0.53% -
HSV(B) 124.52º 0.7% 0.82% -
XYZ 26.09 47.15 14.2 -
YUV 149.96 85.13 65.98 -
System Red Green Blue C M Y K H S L
Decimal 63 209 74 0.70 0 0.65 0.18 124.52 0.61 0.53
Hex 3F D1 4A 46 0 41 12 7D 3D 35
Octal 77 321 112 106 0 101 22 175 75 65
Binary 111111 11010001 1001010 1000110 0 1000001 10010 1111101 111101 110101

Color Harmonies of #3FD14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD14A

Black with #3FD14A

Text Example


Text Example

White with #3FD14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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