Html Css Color HEX #3FD04C Lime Green

📋 copy color: '#3FD04C'

red 63 ◦ green 208 ◦ blue 76

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

Shades of Lime Green #3FD04C

Tints of Lime Green #3FD04C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.94%

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

R = 18.16%
G = 59.94%
B = 21.9%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#3FD04C (or 0x3FD04C) is known color: Lime Green. HEX triplet: 3F, D0 and 4C. RGB value is (63,208,76). Sum of RGB (Red+Green+Blue) = 63+208+76=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 208 (81.64% from 255 or 59.94% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 208 - color contains mainly: green. Hex color #3FD04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD04C is #C02FB3. Grayscale: #959595. Windows color (decimal): -12595124 or 5034047. OLE color: 5034047.

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

Color convert

RGB 63 208 76 -
CMYK 0.70 0 0.63 0.18
HSL 125.38º 0.61% 0.53% -
HSV(B) 125.38º 0.7% 0.82% -
XYZ 25.91 46.69 14.48 -
YUV 149.6 86.46 66.23 -
System Red Green Blue C M Y K H S L
Decimal 63 208 76 0.70 0 0.63 0.18 125.38 0.61 0.53
Hex 3F D0 4C 46 0 3F 12 7D 3D 35
Octal 77 320 114 106 0 77 22 175 75 65
Binary 111111 11010000 1001100 1000110 0 111111 10010 1111101 111101 110101

Color Harmonies of #3FD04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD04C

Black with #3FD04C

Text Example


Text Example

White with #3FD04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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