Html Css Color HEX #3FDC2B Lime Green

📋 copy color: '#3FDC2B'

red 63 ◦ green 220 ◦ blue 43

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

Shades of Lime Green #3FDC2B

Tints of Lime Green #3FDC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.19%

R = 19.33%
G = 67.48%
B = 13.19%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#3FDC2B (or 0x3FDC2B) is known color: Lime Green. HEX triplet: 3F, DC and 2B. RGB value is (63,220,43). Sum of RGB (Red+Green+Blue) = 63+220+43=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 220 (86.33% from 255 or 67.48% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDC2B is #C023D4. Grayscale: #999999. Windows color (decimal): -12592085 or 2874431. OLE color: 2874431.

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

Color convert

RGB 63 220 43 -
CMYK 0.71 0 0.80 0.14
HSL 113.22º 0.72% 0.52% -
HSV(B) 113.22º 0.8% 0.86% -
XYZ 28.08 52.42 10.92 -
YUV 152.88 65.99 63.89 -
System Red Green Blue C M Y K H S L
Decimal 63 220 43 0.71 0 0.80 0.14 113.22 0.72 0.52
Hex 3F DC 2B 47 0 50 E 71 48 34
Octal 77 334 53 107 0 120 16 161 110 64
Binary 111111 11011100 101011 1000111 0 1010000 1110 1110001 1001000 110100

Color Harmonies of #3FDC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDC2B

Black with #3FDC2B

Text Example


Text Example

White with #3FDC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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