Html Css Color HEX #3FDC3D Lime Green

📋 copy color: '#3FDC3D'

red 63 ◦ green 220 ◦ blue 61

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

Shades of Lime Green #3FDC3D

Tints of Lime Green #3FDC3D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 63.95%

 BLUE value IS 61 (24.22% from 255) = 17.73%

R = 18.31%
G = 63.95%
B = 17.73%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#3FDC3D (or 0x3FDC3D) is known color: Lime Green. HEX triplet: 3F, DC and 3D. RGB value is (63,220,61). Sum of RGB (Red+Green+Blue) = 63+220+61=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 220 (86.33% from 255 or 63.95% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDC3D is #C023C2. Grayscale: #9B9B9B. Windows color (decimal): -12592067 or 4054079. OLE color: 4054079.

HSL color Cylindrical-coordinate representation of color #3FDC3D: hue angle of 119.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDC3D is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 220 61 -
CMYK 0.71 0 0.72 0.14
HSL 119.25º 0.69% 0.55% -
HSV(B) 119.25º 0.72% 0.86% -
XYZ 28.49 52.58 13.06 -
YUV 154.93 74.99 62.43 -
System Red Green Blue C M Y K H S L
Decimal 63 220 61 0.71 0 0.72 0.14 119.25 0.69 0.55
Hex 3F DC 3D 47 0 48 E 77 45 37
Octal 77 334 75 107 0 110 16 167 105 67
Binary 111111 11011100 111101 1000111 0 1001000 1110 1110111 1000101 110111

Color Harmonies of #3FDC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDC3D

Black with #3FDC3D

Text Example


Text Example

White with #3FDC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,220,61); }

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

background-color css

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

 a { background-color: rgb(63,220,61); }

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

border-color css

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

 span { border-color: rgb(63,220,61); }

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