Html Css Color HEX #3FD14C Lime Green

📋 copy color: '#3FD14C'

red 63 ◦ green 209 ◦ blue 76

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

Shades of Lime Green #3FD14C

Tints of Lime Green #3FD14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.84%

R = 18.1%
G = 60.06%
B = 21.84%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#3FD14C (or 0x3FD14C) is known color: Lime Green. HEX triplet: 3F, D1 and 4C. RGB value is (63,209,76). Sum of RGB (Red+Green+Blue) = 63+209+76=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 209 (82.03% from 255 or 60.06% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 209 - color contains mainly: green. Hex color #3FD14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD14C is #C02EB3. Grayscale: #969696. Windows color (decimal): -12594868 or 5034303. OLE color: 5034303.

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

Color convert

RGB 63 209 76 -
CMYK 0.70 0 0.64 0.18
HSL 125.34º 0.61% 0.53% -
HSV(B) 125.34º 0.7% 0.82% -
XYZ 26.15 47.18 14.57 -
YUV 150.18 86.13 65.81 -
System Red Green Blue C M Y K H S L
Decimal 63 209 76 0.70 0 0.64 0.18 125.34 0.61 0.53
Hex 3F D1 4C 46 0 40 12 7D 3D 35
Octal 77 321 114 106 0 100 22 175 75 65
Binary 111111 11010001 1001100 1000110 0 1000000 10010 1111101 111101 110101

Color Harmonies of #3FD14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD14C

Black with #3FD14C

Text Example


Text Example

White with #3FD14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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