Html Css Color HEX #3FDC55 Lime Green

📋 copy color: '#3FDC55'

red 63 ◦ green 220 ◦ blue 85

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

Shades of Lime Green #3FDC55

Tints of Lime Green #3FDC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.1%

R = 17.12%
G = 59.78%
B = 23.1%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#3FDC55 (or 0x3FDC55) is known color: Lime Green. HEX triplet: 3F, DC and 55. RGB value is (63,220,85). Sum of RGB (Red+Green+Blue) = 63+220+85=368 (48% of max value = 765). Red value is 63 (25% from 255 or 17.12% from 368); Green value is 220 (86.33% from 255 or 59.78% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDC55 is #C023AA. Grayscale: #9E9E9E. Windows color (decimal): -12592043 or 5626943. OLE color: 5626943.

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

Color convert

RGB 63 220 85 -
CMYK 0.71 0 0.61 0.14
HSL 128.41º 0.69% 0.55% -
HSV(B) 128.41º 0.71% 0.86% -
XYZ 29.28 52.9 17.26 -
YUV 157.67 86.99 60.48 -
System Red Green Blue C M Y K H S L
Decimal 63 220 85 0.71 0 0.61 0.14 128.41 0.69 0.55
Hex 3F DC 55 47 0 3D E 80 45 37
Octal 77 334 125 107 0 75 16 200 105 67
Binary 111111 11011100 1010101 1000111 0 111101 1110 10000000 1000101 110111

Color Harmonies of #3FDC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDC55

Black with #3FDC55

Text Example


Text Example

White with #3FDC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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